Lines Matching refs:reply_desc
424 union MPI2_REPLY_DESCRIPTORS_UNION *reply_desc; in megasas_alloc_cmds_fusion() local
465 reply_desc = fusion->reply_frames_desc; in megasas_alloc_cmds_fusion()
466 for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++) in megasas_alloc_cmds_fusion()
467 reply_desc->Words = ULLONG_MAX; in megasas_alloc_cmds_fusion()
1967 struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *reply_desc; in complete_cmd_fusion() local
1989 reply_desc = (struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *)desc; in complete_cmd_fusion()
1993 reply_descript_type = reply_desc->ReplyFlags & in complete_cmd_fusion()
2002 smid = le16_to_cpu(reply_desc->SMID); in complete_cmd_fusion()
2081 reply_desc = in complete_cmd_fusion()
2086 reply_descript_type = reply_desc->ReplyFlags & in complete_cmd_fusion()
2503 union MPI2_REPLY_DESCRIPTORS_UNION *reply_desc; in megasas_reset_reply_desc() local
2509 reply_desc = fusion->reply_frames_desc; in megasas_reset_reply_desc()
2510 for (i = 0 ; i < fusion->reply_q_depth * count; i++, reply_desc++) in megasas_reset_reply_desc()
2511 reply_desc->Words = ULLONG_MAX; in megasas_reset_reply_desc()