Skip to content

Commit

Permalink
missed padding in PCAM definition
Browse files Browse the repository at this point in the history
  • Loading branch information
danmcd committed Oct 27, 2023
1 parent 9d2d196 commit 4036759
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions usr/src/uts/common/io/mlxcx/mlxcx_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -2387,12 +2387,13 @@ typedef struct {
uint8_t mlrd_pcam_feature_group;
uint8_t mlrd_pcam_reserved2;
uint8_t mlrd_pcam_access_reg_group;
uint32_t mlrd_pcam_reserved3;
uint64_t mlrd_pcam_port_access_reg_cap_mask_high; /* Bits 127 -> 64 */
uint64_t mlrd_pcam_port_access_reg_cap_mask_low; /* Bits 63 -> 0 */
uint64_t mlrd_pcam_reserved3[2];
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_reserved4[2];
uint64_t mlrd_pcam_reserved5[2];
} mlxcx_reg_pcam_t;

/* PTYS - Port TYpe and Speed register. */
Expand Down

0 comments on commit 4036759

Please sign in to comment.