Commit 6f81b1cf authored by Ranjan Kumar's avatar Ranjan Kumar Committed by Martin K. Petersen

scsi: mpi3mr: Update MPI Headers to version 3.00.28

Updated MPI Headers to version 3.00.28.
Signed-off-by: default avatarRanjan Kumar <ranjan.kumar@broadcom.com>
Link: https://lore.kernel.org/r/20230804104248.118924-3-ranjan.kumar@broadcom.comSigned-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 9134211f
...@@ -1482,7 +1482,7 @@ struct mpi3_security_page0 { ...@@ -1482,7 +1482,7 @@ struct mpi3_security_page0 {
#define MPI3_SECURITY1_KEY_RECORD_MAX 1 #define MPI3_SECURITY1_KEY_RECORD_MAX 1
#endif #endif
#ifndef MPI3_SECURITY1_PAD_MAX #ifndef MPI3_SECURITY1_PAD_MAX
#define MPI3_SECURITY1_PAD_MAX 1 #define MPI3_SECURITY1_PAD_MAX 4
#endif #endif
union mpi3_security1_key_data { union mpi3_security1_key_data {
__le32 dword[128]; __le32 dword[128];
......
...@@ -600,6 +600,7 @@ struct mpi3_event_data_pcie_error_threshold { ...@@ -600,6 +600,7 @@ struct mpi3_event_data_pcie_error_threshold {
__le16 threshold_count; __le16 threshold_count;
__le16 attached_dev_handle; __le16 attached_dev_handle;
__le16 reserved12; __le16 reserved12;
__le32 reserved14;
}; };
#define MPI3_EVENT_PCI_ERROR_RC_THRESHOLD_EXCEEDED (0x00) #define MPI3_EVENT_PCI_ERROR_RC_THRESHOLD_EXCEEDED (0x00)
......
...@@ -18,7 +18,7 @@ union mpi3_version_union { ...@@ -18,7 +18,7 @@ union mpi3_version_union {
#define MPI3_VERSION_MAJOR (3) #define MPI3_VERSION_MAJOR (3)
#define MPI3_VERSION_MINOR (0) #define MPI3_VERSION_MINOR (0)
#define MPI3_VERSION_UNIT (27) #define MPI3_VERSION_UNIT (28)
#define MPI3_VERSION_DEV (0) #define MPI3_VERSION_DEV (0)
#define MPI3_DEVHANDLE_INVALID (0xffff) #define MPI3_DEVHANDLE_INVALID (0xffff)
struct mpi3_sysif_oper_queue_indexes { struct mpi3_sysif_oper_queue_indexes {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment