Lines Matching refs:internal_depth
5098 ioc->internal_depth = min_t(int, (facts->HighPriorityCredit + (5)), in _base_allocate_memory_pools()
5100 if (ioc->internal_depth < INTERNAL_CMDS_COUNT) { in _base_allocate_memory_pools()
5107 ioc->internal_depth = 10; in _base_allocate_memory_pools()
5110 ioc->hi_priority_depth = ioc->internal_depth - (5); in _base_allocate_memory_pools()
5114 ioc->internal_depth, facts->RequestCredit); in _base_allocate_memory_pools()
5119 (MPT3SAS_KDUMP_SCSI_IO_DEPTH + ioc->internal_depth)); in _base_allocate_memory_pools()
5237 ioc->hi_priority_depth - ioc->internal_depth; in _base_allocate_memory_pools()
5257 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
5335 ioc->internal_lookup = kcalloc(ioc->internal_depth, in _base_allocate_memory_pools()
5345 ioc->internal_depth, ioc->internal_smid)); in _base_allocate_memory_pools()
7052 for (i = 0; i < ioc->internal_depth; i++, smid++) { in _base_make_ioc_operational()