Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2474 for (i = 0; i < ioc->chain_depth; i++) { in _base_release_memory_pools()
2675 ioc->chain_depth = ioc->chains_needed_per_io * ioc->scsiio_depth; in _base_allocate_memory_pools()
2740 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
2741 sz = ioc->chain_depth * sizeof(struct chain_tracker); in _base_allocate_memory_pools()
2758 for (i = 0; i < ioc->chain_depth; i++) { in _base_allocate_memory_pools()
2763 ioc->chain_depth = i; in _base_allocate_memory_pools()
2771 ioc->chain_depth, ioc->request_sz, ((ioc->chain_depth * in _base_allocate_memory_pools()
4335 for (i = 0; i < ioc->chain_depth; i++) in _base_make_ioc_operational()
Dmpt2sas_base.h950 u32 chain_depth; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2640 for (i = 0; i < ioc->chain_depth; i++) { in _base_release_memory_pools()
2849 ioc->chain_depth = ioc->chains_needed_per_io * ioc->scsiio_depth; in _base_allocate_memory_pools()
2912 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
2913 sz = ioc->chain_depth * sizeof(struct chain_tracker); in _base_allocate_memory_pools()
2929 for (i = 0; i < ioc->chain_depth; i++) { in _base_allocate_memory_pools()
2934 ioc->chain_depth = i; in _base_allocate_memory_pools()
2942 ioc->name, ioc->chain_depth, ioc->request_sz, in _base_allocate_memory_pools()
2943 ((ioc->chain_depth * ioc->request_sz))/1024)); in _base_allocate_memory_pools()
4474 for (i = 0; i < ioc->chain_depth; i++) in _base_make_ioc_operational()
Dmpt3sas_base.h892 u32 chain_depth; member