Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1602 (ioc->reply_free_queue_depth - 1)) ? in _base_process_reply_queue()
5261 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
5265 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
5269 ioc->reply_free_queue_depth + 1; in _base_allocate_memory_pools()
5283 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
5543 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
5560 ioc->reply, ioc->reply_free_queue_depth, in _base_allocate_memory_pools()
5568 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
5583 ioc->reply_free, ioc->reply_free_queue_depth, in _base_allocate_memory_pools()
6475 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
[all …]
H A Dmpt3sas_base.h1421 u16 reply_free_queue_depth; member