Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c71 #define MAX_CHAIN_DEPTH 100000 macro
2740 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c73 #define MAX_CHAIN_DEPTH 100000 macro
2912 ioc->chain_depth = min_t(u32, ioc->chain_depth, MAX_CHAIN_DEPTH); in _base_allocate_memory_pools()