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 @@ -1871,7 +1871,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
1871
1871
u8 reserved_at_280 [0x10 ];
1872
1872
u8 max_wqe_sz_sq [0x10 ];
1873
1873
1874
- u8 reserved_at_2a0 [0xb ];
1874
+ u8 reserved_at_2a0 [0x7 ];
1875
+ u8 mkey_pcie_tph [0x1 ];
1876
+ u8 reserved_at_2a8 [0x3 ];
1875
1877
u8 shampo [0x1 ];
1876
1878
u8 reserved_at_2ac [0x4 ];
1877
1879
u8 max_wqe_sz_rq [0x10 ];
@@ -4418,6 +4420,10 @@ enum {
4418
4420
MLX5_MKC_ACCESS_MODE_CROSSING = 0x6 ,
4419
4421
};
4420
4422
4423
+ enum {
4424
+ MLX5_MKC_PCIE_TPH_NO_STEERING_TAG_INDEX = 0 ,
4425
+ };
4426
+
4421
4427
struct mlx5_ifc_mkc_bits {
4422
4428
u8 reserved_at_0 [0x1 ];
4423
4429
u8 free [0x1 ];
@@ -4469,7 +4475,11 @@ struct mlx5_ifc_mkc_bits {
4469
4475
u8 relaxed_ordering_read [0x1 ];
4470
4476
u8 log_page_size [0x6 ];
4471
4477
4472
- u8 reserved_at_1e0 [0x20 ];
4478
+ u8 reserved_at_1e0 [0x5 ];
4479
+ u8 pcie_tph_en [0x1 ];
4480
+ u8 pcie_tph_ph [0x2 ];
4481
+ u8 pcie_tph_steering_tag_index [0x8 ];
4482
+ u8 reserved_at_1f0 [0x10 ];
4473
4483
};
4474
4484
4475
4485
struct mlx5_ifc_pkey_bits {
You can’t perform that action at this time.
0 commit comments