Searched refs:reply_q_depth (Results 1 – 2 of 2) sorted by relevance
721 for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++) in megasas_alloc_reply_fusion()851 for (j = 0; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_alloc_rdpq_fusion()1104 IOCInitMessage->ReplyDescriptorPostQueueDepth = cpu_to_le16(fusion->reply_q_depth); in megasas_ioc_init_fusion()1671 fusion->reply_q_depth = 2 * ((max_cmd + 1 + 15) / 16) * 16; in megasas_configure_queue_sizes()1676 (fusion->reply_q_depth); in megasas_configure_queue_sizes()3618 fusion->reply_q_depth) in complete_cmd_fusion()4213 for (j = 0 ; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_reset_reply_desc()
1302 u32 reply_q_depth; member