Searched refs:max_request_credit (Results 1 – 1 of 1) sorted by relevance
4837 u16 max_request_credit, nvme_blocks_needed; in _base_allocate_memory_pools() local4893 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()4895 if (max_request_credit > MAX_HBA_QUEUE_DEPTH) in _base_allocate_memory_pools()4896 max_request_credit = MAX_HBA_QUEUE_DEPTH; in _base_allocate_memory_pools()4898 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()4901 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()4908 ioc->hba_queue_depth = max_request_credit + ioc->hi_priority_depth; in _base_allocate_memory_pools()