Home
last modified time | relevance | path

Searched refs:max_request_credit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5165 u16 max_request_credit, nvme_blocks_needed; in _base_allocate_memory_pools() local
5222 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()
5224 if (max_request_credit > MAX_HBA_QUEUE_DEPTH) in _base_allocate_memory_pools()
5225 max_request_credit = MAX_HBA_QUEUE_DEPTH; in _base_allocate_memory_pools()
5227 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()
5230 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()
5235 * sum of max_request_credit and high priority queue depth. in _base_allocate_memory_pools()
5237 ioc->hba_queue_depth = max_request_credit + ioc->hi_priority_depth; in _base_allocate_memory_pools()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c6275 u16 max_request_credit, nvme_blocks_needed; in _base_allocate_memory_pools() local
6331 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()
6333 if (max_request_credit > MAX_HBA_QUEUE_DEPTH) in _base_allocate_memory_pools()
6334 max_request_credit = MAX_HBA_QUEUE_DEPTH; in _base_allocate_memory_pools()
6336 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()
6339 max_request_credit = min_t(u16, facts->RequestCredit, in _base_allocate_memory_pools()
6344 * sum of max_request_credit and high priority queue depth. in _base_allocate_memory_pools()
6346 ioc->hba_queue_depth = max_request_credit + ioc->hi_priority_depth; in _base_allocate_memory_pools()

Completed in 17 milliseconds