Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1766 (ioc->reply_free_queue_depth - 1)) ? in _base_process_reply_queue()
6125 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024); in _base_allocate_reply_pool()
6158 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_reply_free_dma_pool()
6413 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
6417 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
6421 ioc->reply_free_queue_depth + 1; in _base_allocate_memory_pools()
6435 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
6643 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
6652 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
7555 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
[all …]
H A Dmpt3sas_base.h1565 u16 reply_free_queue_depth; member
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h21 __le16 reply_free_queue_depth; member