aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYishai Hadas <[email protected]>2024-02-05 14:48:24 +0200
committerAlex Williamson <[email protected]>2024-02-22 12:17:32 -0700
commit1cbcb564f5b67cee2fc2f78132b9733118a79c6d (patch)
treec1c82b29ed07e95a0c4b778a02f77ba2c3f6986d
parent19032628bd7ce8a39cdf0521b6418bf88c25ec80 (diff)
net/mlx5: Add the IFC related bits for query tracker
Add the IFC related bits for query tracker. Signed-off-by: Yishai Hadas <[email protected]> Reviewed-by: Kevin Tian <[email protected]> Acked-by: Leon Romanovsky <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alex Williamson <[email protected]>
-rw-r--r--include/linux/mlx5/mlx5_ifc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index c726f90ab752..0e513e372bf0 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -12672,6 +12672,11 @@ struct mlx5_ifc_modify_page_track_obj_in_bits {
struct mlx5_ifc_page_track_bits obj_context;
};
+struct mlx5_ifc_query_page_track_obj_out_bits {
+ struct mlx5_ifc_general_obj_out_cmd_hdr_bits general_obj_out_cmd_hdr;
+ struct mlx5_ifc_page_track_bits obj_context;
+};
+
struct mlx5_ifc_msecq_reg_bits {
u8 reserved_at_0[0x20];