Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c75 struct mlx5_interface *intf;
818 static void mlx5_add_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_add_device()
841 static void mlx5_remove_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_remove_device()
860 struct mlx5_interface *intf; in mlx5_register_device()
873 struct mlx5_interface *intf; in mlx5_unregister_device()
882 int mlx5_register_interface(struct mlx5_interface *intf) in mlx5_register_interface()
899 void mlx5_unregister_interface(struct mlx5_interface *intf) in mlx5_unregister_interface()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h789 struct mlx5_interface { struct
800 int mlx5_register_interface(struct mlx5_interface *intf); argument
801 void mlx5_unregister_interface(struct mlx5_interface *intf);
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmain.c1361 static struct mlx5_interface mlx5_ib_interface = {