Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1003 (ioc->reply_free_queue_depth - 1)) ? in _base_interrupt()
3236 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
3240 ioc->reply_free_queue_depth + 1 ; in _base_allocate_memory_pools()
3254 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
3486 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
3506 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools()
3512 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
3530 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
4349 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
5040 i < ioc->reply_free_queue_depth ; i++, reply_address += in _base_make_ioc_operational()
[all …]
Dmpt3sas_base.h1123 u16 reply_free_queue_depth; member