Searched refs:internal_depth (Results 1 – 2 of 2) sorted by relevance
4379 ioc->internal_depth = min_t(int, (facts->HighPriorityCredit + (5)), in _base_allocate_memory_pools()4381 if (ioc->internal_depth < INTERNAL_CMDS_COUNT) { in _base_allocate_memory_pools()4389 ioc->internal_depth = 10; in _base_allocate_memory_pools()4392 ioc->hi_priority_depth = ioc->internal_depth - (5); in _base_allocate_memory_pools()4396 ioc->internal_depth, facts->RequestCredit); in _base_allocate_memory_pools()4401 (MPT3SAS_KDUMP_SCSI_IO_DEPTH + ioc->internal_depth)); in _base_allocate_memory_pools()4551 ioc->hi_priority_depth - ioc->internal_depth; in _base_allocate_memory_pools()4572 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()4653 ioc->internal_lookup = kcalloc(ioc->internal_depth, in _base_allocate_memory_pools()4664 ioc->internal_depth, ioc->internal_smid)); in _base_allocate_memory_pools()[all …]
1318 u16 internal_depth; member