Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c737 for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++) in megasas_alloc_reply_fusion()
867 for (j = 0; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_alloc_rdpq_fusion()
1121 IOCInitMessage->ReplyDescriptorPostQueueDepth = cpu_to_le16(fusion->reply_q_depth); in megasas_ioc_init_fusion()
1692 fusion->reply_q_depth = 2 * ((max_cmd + 1 + 15) / 16) * 16; in megasas_configure_queue_sizes()
1697 (fusion->reply_q_depth); in megasas_configure_queue_sizes()
3569 fusion->reply_q_depth) in complete_cmd_fusion()
4167 for (j = 0 ; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_reset_reply_desc()
Dmegaraid_sas_fusion.h1314 u32 reply_q_depth; member