From 3d46ae79e8465341a56ce281e025f3009fa6c23e Mon Sep 17 00:00:00 2001 From: Dan McDonald Date: Fri, 20 Oct 2023 18:14:29 -0400 Subject: [PATCH] missed padding in PCAM definition --- usr/src/uts/common/io/mlxcx/mlxcx_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/uts/common/io/mlxcx/mlxcx_reg.h b/usr/src/uts/common/io/mlxcx/mlxcx_reg.h index f202876ca513..996d9596f26c 100644 --- a/usr/src/uts/common/io/mlxcx/mlxcx_reg.h +++ b/usr/src/uts/common/io/mlxcx/mlxcx_reg.h @@ -2393,7 +2393,7 @@ typedef struct { uint64_t mlrd_pcam_reserved4[2]; uint64_t mlrd_pcam_feature_cap_mask_high; /* Bits 127 -> 64 */ uint64_t mlrd_pcam_feature_cap_mask_low; /* Bits 63 -> 0 */ - uint64_t mlrd_pcam_reserved5[2]; + uint64_t mlrd_pcam_reserved5[3]; } mlxcx_reg_pcam_t; /* PTYS - Port TYpe and Speed register. */