Home
last modified time | relevance | path

Searched refs:chain_depth (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1143 * @chain_depth: total chains allocated
1387 u32 chain_depth; member
H A Dmpt3sas_base.c5359 ioc->chain_depth = ioc->chains_needed_per_io * ioc->scsiio_depth; in _base_allocate_memory_pools()
5413 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
5514 ioc->chain_depth, ioc->chain_segment_sz, in _base_allocate_memory_pools()
5515 (ioc->chain_depth * ioc->chain_segment_sz) / 1024)); in _base_allocate_memory_pools()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1278 * @chain_depth: total chains allocated
1534 u32 chain_depth; member
H A Dmpt3sas_base.c6469 ioc->chain_depth = ioc->chains_needed_per_io * ioc->scsiio_depth; in _base_allocate_memory_pools()
6523 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
6615 ioc->chain_depth, ioc->chain_segment_sz, in _base_allocate_memory_pools()
6616 (ioc->chain_depth * ioc->chain_segment_sz) / 1024)); in _base_allocate_memory_pools()

Completed in 28 milliseconds