Skip to content

Commit

Permalink
net/mlx5: Add new fields to Port Type and Speed register
Browse files Browse the repository at this point in the history
Register Port Type and Speed (PTYS) introduces three new fields
extending the speed/protocols the can be reported and configured.

Signed-off-by: Aya Levin <ayal@mellanox.com>
Reviewed-by: Eran Ben Elisha <eranbe@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
  • Loading branch information
Aya Levin authored and Saeed Mahameed committed Feb 14, 2019
1 parent bc4e12f commit a0a8998
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions include/linux/mlx5/mlx5_ifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -7826,21 +7826,23 @@ struct mlx5_ifc_ptys_reg_bits {
u8 proto_mask[0x3];

u8 an_status[0x4];
u8 reserved_at_24[0x3c];
u8 reserved_at_24[0x1c];

u8 ext_eth_proto_capability[0x20];

u8 eth_proto_capability[0x20];

u8 ib_link_width_capability[0x10];
u8 ib_proto_capability[0x10];

u8 reserved_at_a0[0x20];
u8 ext_eth_proto_admin[0x20];

u8 eth_proto_admin[0x20];

u8 ib_link_width_admin[0x10];
u8 ib_proto_admin[0x10];

u8 reserved_at_100[0x20];
u8 ext_eth_proto_oper[0x20];

u8 eth_proto_oper[0x20];

Expand Down Expand Up @@ -8289,7 +8291,9 @@ struct mlx5_ifc_mpegc_reg_bits {
struct mlx5_ifc_pcam_enhanced_features_bits {
u8 reserved_at_0[0x6d];
u8 rx_icrc_encapsulated_counter[0x1];
u8 reserved_at_6e[0x8];
u8 reserved_at_6e[0x4];
u8 ptys_extended_ethernet[0x1];
u8 reserved_at_73[0x3];
u8 pfcc_mask[0x1];
u8 reserved_at_77[0x3];
u8 per_lane_error_counters[0x1];
Expand Down

0 comments on commit a0a8998

Please sign in to comment.