diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2025-10-23 17:14:38 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-10-23 17:14:39 +0300 |
| commit | cb68d1e5c51870601be9394fbb5751fc6532c78e (patch) | |
| tree | 33dd551110d019230df9964c8271e25ea52e4c62 /include | |
| parent | b2284768c6b32aa224ca7d0ef0741beb434f03aa (diff) | |
| parent | 664f76be38a18c61151d0ef248c7e2f3afb4f3c7 (diff) | |
| download | linux-cb68d1e5c51870601be9394fbb5751fc6532c78e.tar.xz | |
Merge branch 'mlx5-misc-fixes-2025-10-22'
Tariq Toukan says:
====================
mlx5 misc fixes 2025-10-22
This patchset provides misc bug fixes from the team to the mlx5 core and
Eth drivers.
====================
Link: https://patch.msgid.link/1761136182-918470-1-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 07614cd95bed..1b0b36aa2a76 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -10833,7 +10833,9 @@ struct mlx5_ifc_pcam_regs_5000_to_507f_bits { u8 port_access_reg_cap_mask_127_to_96[0x20]; u8 port_access_reg_cap_mask_95_to_64[0x20]; - u8 port_access_reg_cap_mask_63_to_36[0x1c]; + u8 port_access_reg_cap_mask_63[0x1]; + u8 pphcr[0x1]; + u8 port_access_reg_cap_mask_61_to_36[0x1a]; u8 pplm[0x1]; u8 port_access_reg_cap_mask_34_to_32[0x3]; |
