Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c363 reply_desc_type = le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_desc()
450 struct mpi3_default_reply_descriptor *reply_desc; in mpi3mr_process_admin_reply_q() local
461 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_q()
481 reply_desc = in mpi3mr_process_admin_reply_q()
484 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_q()
515 struct mpi3_default_reply_descriptor *reply_desc = NULL; in mpi3mr_get_reply_desc() local
521 return reply_desc; in mpi3mr_get_reply_desc()
544 struct mpi3_default_reply_descriptor *reply_desc; in mpi3mr_process_op_reply_q() local
555 reply_desc = mpi3mr_get_reply_desc(op_reply_q, reply_ci); in mpi3mr_process_op_reply_q()
556 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_op_reply_q()
[all …]
H A Dmpi3mr_os.c3242 struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma, u16 qidx) in mpi3mr_process_op_reply_desc() argument
3265 reply_desc_type = le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_op_reply_desc()
3269 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
3279 addr_desc = (struct mpi3_address_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
3313 success_desc = (struct mpi3_success_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
H A Dmpi3mr.h1466 struct mpi3_default_reply_descriptor *reply_desc,
/linux-6.15/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c712 union MPI2_REPLY_DESCRIPTORS_UNION *reply_desc; in megasas_alloc_reply_fusion() local
771 reply_desc = fusion->reply_frames_desc[0]; in megasas_alloc_reply_fusion()
773 reply_desc->Words = cpu_to_le64(ULLONG_MAX); in megasas_alloc_reply_fusion()
791 union MPI2_REPLY_DESCRIPTORS_UNION *reply_desc; in megasas_alloc_rdpq_fusion() local
904 reply_desc->Words = ULLONG_MAX; in megasas_alloc_rdpq_fusion()
3581 reply_descript_type = reply_desc->ReplyFlags & in complete_cmd_fusion()
3594 smid = le16_to_cpu(reply_desc->SMID); in complete_cmd_fusion()
3673 reply_desc = in complete_cmd_fusion()
3678 reply_descript_type = reply_desc->ReplyFlags & in complete_cmd_fusion()
4292 reply_desc = fusion->reply_frames_desc[i]; in megasas_reset_reply_desc()
[all …]