Home
last modified time | relevance | path

Searched refs:reply_post_queue_depth (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1635 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_process_reply_queue()
5083 int reply_post_free_sz = ioc->reply_post_queue_depth * in base_alloc_rdpq_dma_pool()
5291 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
5294 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
5297 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
5298 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
5299 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
5302 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
5304 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
5308 ((ioc->reply_post_queue_depth in _base_allocate_memory_pools()
[all...]
H A Dmpt3sas_base.h1171 * @reply_post_queue_depth: reply post queue depth
1428 u16 reply_post_queue_depth; member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1777 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_process_reply_queue()
6193 int reply_post_free_sz = ioc->reply_post_queue_depth * in base_alloc_rdpq_dma_pool()
6400 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
6403 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
6406 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
6407 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
6408 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
6411 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
6413 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
6417 ((ioc->reply_post_queue_depth in _base_allocate_memory_pools()
[all...]
H A Dmpt3sas_base.h1306 * @reply_post_queue_depth: reply post queue depth
1575 u16 reply_post_queue_depth; member

Completed in 21 milliseconds