Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1456 (ioc->reply_free_queue_depth - 1)) ? in _base_interrupt()
4460 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
4464 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
4468 ioc->reply_free_queue_depth + 1; in _base_allocate_memory_pools()
4482 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
4821 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
4841 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools()
4847 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
4865 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
5717 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
[all …]
Dmpt3sas_base.h1336 u16 reply_free_queue_depth; member