Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c679 union MPI2_REPLY_DESCRIPTORS_UNION *reply_desc; in megasas_alloc_reply_fusion() local
736 reply_desc = fusion->reply_frames_desc[0]; in megasas_alloc_reply_fusion()
737 for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++) in megasas_alloc_reply_fusion()
738 reply_desc->Words = cpu_to_le64(ULLONG_MAX); in megasas_alloc_reply_fusion()
756 union MPI2_REPLY_DESCRIPTORS_UNION *reply_desc; in megasas_alloc_rdpq_fusion() local
866 reply_desc = fusion->reply_frames_desc[abs_index]; in megasas_alloc_rdpq_fusion()
867 for (j = 0; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_alloc_rdpq_fusion()
868 reply_desc->Words = ULLONG_MAX; in megasas_alloc_rdpq_fusion()
3467 struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *reply_desc; in complete_cmd_fusion() local
3490 reply_desc = (struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *)desc; in complete_cmd_fusion()
[all …]