File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ enum {
160
160
MLX5_REG_MIRC = 0x9162 ,
161
161
MLX5_REG_MTPTM = 0x9180 ,
162
162
MLX5_REG_MTCTR = 0x9181 ,
163
+ MLX5_REG_MRTCQ = 0x9182 ,
163
164
MLX5_REG_SBCAM = 0xB01F ,
164
165
MLX5_REG_RESOURCE_DUMP = 0xC000 ,
165
166
MLX5_REG_DTOR = 0xC00E ,
Original file line number Diff line number Diff line change @@ -10680,7 +10680,8 @@ struct mlx5_ifc_mcam_access_reg_bits3 {
10680
10680
10681
10681
u8 regs_63_to_32 [0x20 ];
10682
10682
10683
- u8 regs_31_to_2 [0x1e ];
10683
+ u8 regs_31_to_3 [0x1d ];
10684
+ u8 mrtcq [0x1 ];
10684
10685
u8 mtctr [0x1 ];
10685
10686
u8 mtptm [0x1 ];
10686
10687
};
@@ -13171,4 +13172,12 @@ struct mlx5_ifc_msees_reg_bits {
13171
13172
u8 reserved_at_80 [0x180 ];
13172
13173
};
13173
13174
13175
+ struct mlx5_ifc_mrtcq_reg_bits {
13176
+ u8 reserved_at_0 [0x40 ];
13177
+
13178
+ u8 rt_clock_identity [0x40 ];
13179
+
13180
+ u8 reserved_at_80 [0x180 ];
13181
+ };
13182
+
13174
13183
#endif /* MLX5_IFC_H */
You can’t perform that action at this time.
0 commit comments