Home
last modified time | relevance | path

Searched refs:reply_post_queue_depth (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1618 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_process_reply_queue()
4974 int reply_post_free_sz = ioc->reply_post_queue_depth * in base_alloc_rdpq_dma_pool()
5182 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
5185 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
5188 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
5189 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
5190 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
5193 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
5195 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
5199 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h1427 u16 reply_post_queue_depth; member