aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorYishai Hadas <yishaih@nvidia.com>2024-02-05 14:48:24 +0200
committerAlex Williamson <alex.williamson@redhat.com>2024-02-22 12:17:32 -0700
commit1cbcb564f5b67cee2fc2f78132b9733118a79c6d (patch)
treec1c82b29ed07e95a0c4b778a02f77ba2c3f6986d /include/linux/mlx5/mlx5_ifc.h
parentvfio/pci: WARN_ON driver_override kasprintf failure (diff)
downloadwireguard-linux-1cbcb564f5b67cee2fc2f78132b9733118a79c6d.tar.xz
wireguard-linux-1cbcb564f5b67cee2fc2f78132b9733118a79c6d.zip
net/mlx5: Add the IFC related bits for query tracker
Add the IFC related bits for query tracker. Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Acked-by: Leon Romanovsky <leon@kernel.org> Link: https://lore.kernel.org/r/20240205124828.232701-2-yishaih@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-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];