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 4036759 commit 3d46ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/uts/common/io/mlxcx/mlxcx_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 3d46ae7

Please sign in to comment.