Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5975 ioc->chains_per_prp_buffer = sz/ioc->chain_segment_sz; in _base_allocate_pcie_sgl_pool()
6001 (j * ioc->chain_segment_sz); in _base_allocate_pcie_sgl_pool()
6004 (j * ioc->chain_segment_sz); in _base_allocate_pcie_sgl_pool()
6031 ioc->chain_segment_sz, 16, 0); in _base_allocate_chain_dma_pool()
6044 ctr->chain_buffer_dma, ioc->chain_segment_sz)) { in _base_allocate_chain_dma_pool()
6058 ioc->chain_segment_sz))/1024)); in _base_allocate_chain_dma_pool()
6374 ioc->chain_segment_sz = in _base_allocate_memory_pools()
6379 ioc->chain_segment_sz = DEFAULT_NUM_FWCHAIN_ELEMTS * in _base_allocate_memory_pools()
6382 ioc->chain_segment_sz = ioc->request_sz; in _base_allocate_memory_pools()
6395 max_sge_elements = ioc->chain_segment_sz - sge_size; in _base_allocate_memory_pools()
[all …]
H A Dmpt3sas_base.h1532 u16 chain_segment_sz; member