Searched refs:max_request_credit (Results 1 – 2 of 2) sorted by relevance
2503 u16 max_request_credit; in _base_allocate_memory_pools() local2527 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()2530 if (max_request_credit > MAX_HBA_QUEUE_DEPTH) in _base_allocate_memory_pools()2531 max_request_credit = MAX_HBA_QUEUE_DEPTH; in _base_allocate_memory_pools()2533 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()2536 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools()2694 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools()
2668 u16 max_request_credit; in _base_allocate_memory_pools() local2702 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()2705 if (max_request_credit > MAX_HBA_QUEUE_DEPTH) in _base_allocate_memory_pools()2706 max_request_credit = MAX_HBA_QUEUE_DEPTH; in _base_allocate_memory_pools()2708 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()2711 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools()2868 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools()