Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1745 (ioc->reply_free_queue_depth - 1)) ? in _base_process_reply_queue()
6100 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024); in _base_allocate_reply_pool()
6133 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_reply_free_dma_pool()
6388 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
6392 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
6396 ioc->reply_free_queue_depth + 1; in _base_allocate_memory_pools()
6410 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
6623 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
6632 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
7528 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
[all …]
Dmpt3sas_base.h1568 u16 reply_free_queue_depth; member
/linux-6.1.9/drivers/scsi/mpi3mr/mpi/
Dmpi30_ioc.h21 __le16 reply_free_queue_depth; member
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c3156 iocinit_req.reply_free_queue_depth = cpu_to_le16(mrioc->reply_free_qsz); in mpi3mr_issue_iocinit()