diff options
| author | David S. Miller <davem@davemloft.net> | 2023-11-18 20:42:32 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-11-18 20:42:32 +0300 |
| commit | ce30df20b495a31b5fd14a92e160447935fc7ccb (patch) | |
| tree | 62a876b68ccfac4294f3b6ef9276890a880a549a /include/linux | |
| parent | 39620a35076d6014cbaab0b405824005af40765b (diff) | |
| parent | 23ec6972865b59d2f58a1aafd12b108b4dd6caa1 (diff) | |
| download | linux-ce30df20b495a31b5fd14a92e160447935fc7ccb.tar.xz | |
Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
mlx5-updates-2023-11-13
1) Cleanup patches, leftovers from previous cycle
2) Allow sync reset flow when BF MGT interface device is present
3) Trivial ptp refactorings and improvements
4) Add local loopback counter to vport rep stats
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 6f3631425f38..ce2e71cd6d2a 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -10103,7 +10103,10 @@ enum { struct mlx5_ifc_mtutc_reg_bits { u8 reserved_at_0[0x5]; u8 freq_adj_units[0x3]; - u8 reserved_at_8[0x14]; + u8 reserved_at_8[0x3]; + u8 log_max_freq_adjustment[0x5]; + + u8 reserved_at_10[0xc]; u8 operation[0x4]; u8 freq_adjustment[0x20]; |
