Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c424 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()
[all …]