reply_q_depth     722 drivers/scsi/megaraid/megaraid_sas_fusion.c 	for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++)
reply_q_depth     852 drivers/scsi/megaraid/megaraid_sas_fusion.c 			for (j = 0; j < fusion->reply_q_depth; j++, reply_desc++)
reply_q_depth    1105 drivers/scsi/megaraid/megaraid_sas_fusion.c 	IOCInitMessage->ReplyDescriptorPostQueueDepth = cpu_to_le16(fusion->reply_q_depth);
reply_q_depth    1672 drivers/scsi/megaraid/megaraid_sas_fusion.c 	fusion->reply_q_depth = 2 * ((max_cmd + 1 + 15) / 16) * 16;
reply_q_depth    1677 drivers/scsi/megaraid/megaraid_sas_fusion.c 					(fusion->reply_q_depth);
reply_q_depth    3619 drivers/scsi/megaraid/megaraid_sas_fusion.c 		    fusion->reply_q_depth)
reply_q_depth    4214 drivers/scsi/megaraid/megaraid_sas_fusion.c 		for (j = 0 ; j < fusion->reply_q_depth; j++, reply_desc++)
reply_q_depth    1303 drivers/scsi/megaraid/megaraid_sas_fusion.h 	u32 reply_q_depth;