Home
last modified time | relevance | path

Searched refs:mlx5_interface (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_main.c70 struct mlx5_interface *intf;
864 static void mlx5_add_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_add_device()
883 static void mlx5_remove_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_remove_device()
902 struct mlx5_interface *intf; in mlx5_register_device()
915 struct mlx5_interface *intf; in mlx5_unregister_device()
924 int mlx5_register_interface(struct mlx5_interface *intf) in mlx5_register_interface()
941 void mlx5_unregister_interface(struct mlx5_interface *intf) in mlx5_unregister_interface()
/NextBSD/sys/dev/mlx5/
HDdriver.h913 struct mlx5_interface { struct
924 int mlx5_register_interface(struct mlx5_interface *intf); argument
925 void mlx5_unregister_interface(struct mlx5_interface *intf);
/NextBSD/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c3011 static struct mlx5_interface mlx5e_interface = {