Home
last modified time | relevance | path

Searched refs:chain_depth (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c5250 ioc->chain_depth = ioc->chains_needed_per_io * ioc->scsiio_depth; in _base_allocate_memory_pools()
5304 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
5436 ioc->chain_depth, ioc->chain_segment_sz, in _base_allocate_memory_pools()
5437 (ioc->chain_depth * ioc->chain_segment_sz) / 1024)); in _base_allocate_memory_pools()
Dmpt3sas_base.h1386 u32 chain_depth; member