Home
last modified time | relevance | path

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

/linux/drivers/scsi/megaraid/
H A 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()
1729 fusion->reply_q_depth = 2 * ((max_cmd + 1 + 15) / 16) * 16; in megasas_configure_queue_sizes()
1734 (fusion->reply_q_depth); in megasas_configure_queue_sizes()
3657 fusion->reply_q_depth) in complete_cmd_fusion()
4290 for (j = 0 ; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_reset_reply_desc()
H A Dmegaraid_sas_fusion.h1319 u32 reply_q_depth; member