mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
net/mlx5: Expose link speed directly
Expose port rate as part of the port speed register fields. Signed-off-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
bd673da6d9
commit
dc392fc56f
1 changed files with 2 additions and 1 deletions
|
@ -8423,7 +8423,8 @@ struct mlx5_ifc_ptys_reg_bits {
|
|||
u8 proto_mask[0x3];
|
||||
|
||||
u8 an_status[0x4];
|
||||
u8 reserved_at_24[0x1c];
|
||||
u8 reserved_at_24[0xc];
|
||||
u8 data_rate_oper[0x10];
|
||||
|
||||
u8 ext_eth_proto_capability[0x20];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue