Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c341 struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma) in mpi3mr_process_admin_reply_desc() argument
355 reply_desc_type = le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_desc()
359 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
368 addr_desc = (struct mpi3_address_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
386 success_desc = (struct mpi3_success_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
424 struct mpi3_default_reply_descriptor *reply_desc; in mpi3mr_process_admin_reply_q() local
426 reply_desc = (struct mpi3_default_reply_descriptor *)mrioc->admin_reply_base + in mpi3mr_process_admin_reply_q()
429 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_q()
437 mrioc->admin_req_ci = le16_to_cpu(reply_desc->request_queue_ci); in mpi3mr_process_admin_reply_q()
438 mpi3mr_process_admin_reply_desc(mrioc, reply_desc, &reply_dma); in mpi3mr_process_admin_reply_q()
[all …]
Dmpi3mr_os.c3058 struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma, u16 qidx) in mpi3mr_process_op_reply_desc() argument
3081 reply_desc_type = le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_op_reply_desc()
3085 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
3094 addr_desc = (struct mpi3_address_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
3122 success_desc = (struct mpi3_success_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
Dmpi3mr.h1297 struct mpi3_default_reply_descriptor *reply_desc,
/linux-6.1.9/drivers/scsi/megaraid/
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()
772 for (i = 0; i < fusion->reply_q_depth * count; i++, reply_desc++) 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
902 reply_desc = fusion->reply_frames_desc[abs_index]; in megasas_alloc_rdpq_fusion()
903 for (j = 0; j < fusion->reply_q_depth; j++, reply_desc++) in megasas_alloc_rdpq_fusion()
904 reply_desc->Words = ULLONG_MAX; in megasas_alloc_rdpq_fusion()
3545 struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *reply_desc; in complete_cmd_fusion() local
3571 reply_desc = (struct MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *)desc; in complete_cmd_fusion()
[all …]