diff options
author | Sreekanth Reddy <[email protected]> | 2021-12-20 19:41:39 +0530 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-12-23 00:04:22 -0500 |
commit | ec5ebd2c14a9123c0a8e2ae29202adf0ac242565 (patch) | |
tree | 405fab533e113f47f13f07d5a46c73c443f47ea8 /drivers/scsi/mpi3mr/mpi/mpi30_sas.h | |
parent | d00ff7c31195e2f5098b2c034f547a83c30b8adb (diff) |
scsi: mpi3mr: Update MPI3 headers - part2
Continued updating MPI3 headers.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sreekanth Reddy <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/mpi3mr/mpi/mpi30_sas.h')
-rw-r--r-- | drivers/scsi/mpi3mr/mpi/mpi30_sas.h | 14 |
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 |