File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10460,8 +10460,16 @@ struct mlx5_ifc_pifr_reg_bits {
10460
10460
u8 port_filter_update_en [8 ][0x20 ];
10461
10461
};
10462
10462
10463
+ enum {
10464
+ MLX5_BUF_OWNERSHIP_UNKNOWN = 0x0 ,
10465
+ MLX5_BUF_OWNERSHIP_FW_OWNED = 0x1 ,
10466
+ MLX5_BUF_OWNERSHIP_SW_OWNED = 0x2 ,
10467
+ };
10468
+
10463
10469
struct mlx5_ifc_pfcc_reg_bits {
10464
- u8 reserved_at_0 [0x8 ];
10470
+ u8 reserved_at_0 [0x4 ];
10471
+ u8 buf_ownership [0x2 ];
10472
+ u8 reserved_at_6 [0x2 ];
10465
10473
u8 local_port [0x8 ];
10466
10474
u8 reserved_at_10 [0xb ];
10467
10475
u8 ppan_mask_n [0x1 ];
@@ -10597,7 +10605,9 @@ struct mlx5_ifc_pcam_enhanced_features_bits {
10597
10605
u8 fec_200G_per_lane_in_pplm [0x1 ];
10598
10606
u8 reserved_at_1e [0x2a ];
10599
10607
u8 fec_100G_per_lane_in_pplm [0x1 ];
10600
- u8 reserved_at_49 [0x1f ];
10608
+ u8 reserved_at_49 [0xa ];
10609
+ u8 buffer_ownership [0x1 ];
10610
+ u8 resereved_at_54 [0x14 ];
10601
10611
u8 fec_50G_per_lane_in_pplm [0x1 ];
10602
10612
u8 reserved_at_69 [0x4 ];
10603
10613
u8 rx_icrc_encapsulated_counter [0x1 ];
You can’t perform that action at this time.
0 commit comments