Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/mpt3sas/
Dmpt3sas_base.c5950 ioc->chains_per_prp_buffer = sz/ioc->chain_segment_sz; in _base_allocate_pcie_sgl_pool()
5976 (j * ioc->chain_segment_sz); in _base_allocate_pcie_sgl_pool()
5979 (j * ioc->chain_segment_sz); in _base_allocate_pcie_sgl_pool()
6006 ioc->chain_segment_sz, 16, 0); in _base_allocate_chain_dma_pool()
6019 ctr->chain_buffer_dma, ioc->chain_segment_sz)) { in _base_allocate_chain_dma_pool()
6031 ioc->scsiio_depth, ioc->chain_segment_sz, ((ioc->scsiio_depth * in _base_allocate_chain_dma_pool()
6033 ioc->chain_segment_sz))/1024)); in _base_allocate_chain_dma_pool()
6349 ioc->chain_segment_sz = in _base_allocate_memory_pools()
6354 ioc->chain_segment_sz = DEFAULT_NUM_FWCHAIN_ELEMTS * in _base_allocate_memory_pools()
6357 ioc->chain_segment_sz = ioc->request_sz; in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h1535 u16 chain_segment_sz; member