Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c4919 ioc->chain_segment_sz = in _base_allocate_memory_pools()
4924 ioc->chain_segment_sz = DEFAULT_NUM_FWCHAIN_ELEMTS * in _base_allocate_memory_pools()
4927 ioc->chain_segment_sz = ioc->request_sz; in _base_allocate_memory_pools()
4940 max_sge_elements = ioc->chain_segment_sz - sge_size; in _base_allocate_memory_pools()
5189 ioc->chains_per_prp_buffer = sz/ioc->chain_segment_sz; in _base_allocate_memory_pools()
5205 (j * ioc->chain_segment_sz); in _base_allocate_memory_pools()
5208 (j * ioc->chain_segment_sz); in _base_allocate_memory_pools()
5223 ioc->chain_segment_sz, 16, 0); in _base_allocate_memory_pools()
5241 total_sz += ioc->chain_segment_sz; in _base_allocate_memory_pools()
5246 ioc->chain_depth, ioc->chain_segment_sz, in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h1361 u16 chain_segment_sz; member