Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c772 for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++) in megasas_alloc_reply_fusion()
903 for (j = 0; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_alloc_rdpq_fusion()
1155 IOCInitMessage->ReplyDescriptorPostQueueDepth = cpu_to_le16(fusion->reply_q_depth); in megasas_ioc_init_fusion()
1726 fusion->reply_q_depth = 2 * ((max_cmd + 1 + 15) / 16) * 16; in megasas_configure_queue_sizes()
1731 (fusion->reply_q_depth); in megasas_configure_queue_sizes()
3619 fusion->reply_q_depth) in complete_cmd_fusion()
4250 for (j = 0 ; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_reset_reply_desc()
Dmegaraid_sas_fusion.h1316 u32 reply_q_depth; member