Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c395 union MPI2_REPLY_DESCRIPTORS_UNION *reply_desc; in megasas_alloc_cmds_fusion() local
436 reply_desc = fusion->reply_frames_desc; in megasas_alloc_cmds_fusion()
437 for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++) in megasas_alloc_cmds_fusion()
438 reply_desc->Words = cpu_to_le64(ULLONG_MAX); in megasas_alloc_cmds_fusion()
2083 struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *reply_desc; in complete_cmd_fusion() local
2106 reply_desc = (struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *)desc; in complete_cmd_fusion()
2110 reply_descript_type = reply_desc->ReplyFlags & in complete_cmd_fusion()
2120 smid = le16_to_cpu(reply_desc->SMID); in complete_cmd_fusion()
2195 reply_desc = in complete_cmd_fusion()
2200 reply_descript_type = reply_desc->ReplyFlags & in complete_cmd_fusion()
[all …]