diff options
author | Yishai Hadas <[email protected]> | 2024-02-05 14:48:24 +0200 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2024-02-22 12:17:32 -0700 |
commit | 1cbcb564f5b67cee2fc2f78132b9733118a79c6d (patch) | |
tree | c1c82b29ed07e95a0c4b778a02f77ba2c3f6986d | |
parent | 19032628bd7ce8a39cdf0521b6418bf88c25ec80 (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.h | 5 |
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]; |