Home
last modified time | relevance | path

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

/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2614 for (i = 0; i < ioc->chain_depth; i++) { in _base_release_memory_pools()
2817 ioc->chain_depth = ioc->chains_needed_per_io * ioc->scsiio_depth; in _base_allocate_memory_pools()
2880 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
2881 sz = ioc->chain_depth * sizeof(struct chain_tracker); in _base_allocate_memory_pools()
2897 for (i = 0; i < ioc->chain_depth; i++) { in _base_allocate_memory_pools()
2902 ioc->chain_depth = i; in _base_allocate_memory_pools()
2910 ioc->name, ioc->chain_depth, ioc->request_sz, in _base_allocate_memory_pools()
2911 ((ioc->chain_depth * ioc->request_sz))/1024)); in _base_allocate_memory_pools()
4441 for (i = 0; i < ioc->chain_depth; i++) in _base_make_ioc_operational()
Dmpt3sas_base.h887 u32 chain_depth; member
/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2449 for (i = 0; i < ioc->chain_depth; i++) { in _base_release_memory_pools()
2646 ioc->chain_depth = ioc->chains_needed_per_io * ioc->scsiio_depth; in _base_allocate_memory_pools()
2711 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
2712 sz = ioc->chain_depth * sizeof(struct chain_tracker); in _base_allocate_memory_pools()
2729 for (i = 0; i < ioc->chain_depth; i++) { in _base_allocate_memory_pools()
2734 ioc->chain_depth = i; in _base_allocate_memory_pools()
2742 ioc->chain_depth, ioc->request_sz, ((ioc->chain_depth * in _base_allocate_memory_pools()
4306 for (i = 0; i < ioc->chain_depth; i++) in _base_make_ioc_operational()
Dmpt2sas_base.h945 u32 chain_depth; member