Searched refs:max_request_credit (Results 1 – 2 of 2) sorted by relevance
2439 u16 max_request_credit; in _base_allocate_memory_pools() local2459 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()2462 if (max_request_credit > MAX_HBA_QUEUE_DEPTH) in _base_allocate_memory_pools()2463 max_request_credit = MAX_HBA_QUEUE_DEPTH; in _base_allocate_memory_pools()2465 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()2468 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools()2565 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools()
2566 u16 max_request_credit; in _base_allocate_memory_pools() local2594 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()2597 if (max_request_credit > MAX_HBA_QUEUE_DEPTH) in _base_allocate_memory_pools()2598 max_request_credit = MAX_HBA_QUEUE_DEPTH; in _base_allocate_memory_pools()2600 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()2603 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools()2701 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools()