summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi/mpi30_sas.h
diff options
context:
space:
mode:
authorSreekanth Reddy <sreekanth.reddy@broadcom.com>2021-12-20 19:41:39 +0530
committerMartin K. Petersen <martin.petersen@oracle.com>2021-12-23 00:04:22 -0500
commitec5ebd2c14a9123c0a8e2ae29202adf0ac242565 (patch)
tree405fab533e113f47f13f07d5a46c73c443f47ea8 /drivers/scsi/mpi3mr/mpi/mpi30_sas.h
parentd00ff7c31195e2f5098b2c034f547a83c30b8adb (diff)
downloadlinux-stable-ec5ebd2c14a9123c0a8e2ae29202adf0ac242565.tar.gz
linux-stable-ec5ebd2c14a9123c0a8e2ae29202adf0ac242565.tar.bz2
linux-stable-ec5ebd2c14a9123c0a8e2ae29202adf0ac242565.zip
scsi: mpi3mr: Update MPI3 headers - part2
Continued updating MPI3 headers. Link: https://lore.kernel.org/r/20211220141159.16117-6-sreekanth.reddy@broadcom.com Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpi3mr/mpi/mpi30_sas.h')
-rw-r--r--drivers/scsi/mpi3mr/mpi/mpi30_sas.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/scsi/mpi3mr/mpi/mpi30_sas.h b/drivers/scsi/mpi3mr/mpi/mpi30_sas.h
index ba5018702960..298d895e374b 100644
--- a/drivers/scsi/mpi3mr/mpi/mpi30_sas.h
+++ b/drivers/scsi/mpi3mr/mpi/mpi30_sas.h
@@ -30,4 +30,18 @@ struct mpi3_smp_passthrough_request {
struct mpi3_sge_common request_sge;
struct mpi3_sge_common response_sge;
};
+
+struct mpi3_smp_passthrough_reply {
+ __le16 host_tag;
+ u8 ioc_use_only02;
+ u8 function;
+ __le16 ioc_use_only04;
+ u8 ioc_use_only06;
+ u8 msg_flags;
+ __le16 ioc_use_only08;
+ __le16 ioc_status;
+ __le32 ioc_log_info;
+ __le16 response_data_length;
+ __le16 reserved12;
+};
#endif