Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1777 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_process_reply_queue()
6419 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
6422 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
6423 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
6424 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
6427 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
6429 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
6433 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()
6446 reply_post_free_sz = ioc->reply_post_queue_depth * in _base_allocate_memory_pools()
7547 cpu_to_le16(ioc->reply_post_queue_depth); in _base_send_ioc_init()
[all …]
H A Dmpt3sas_base.h1575 u16 reply_post_queue_depth; member