Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.h52 int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port);
59 static inline int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port) { return -EOPNOTSUPP; } in mlx5_vxlan_del_port() function
Dvxlan.c159 int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port) in mlx5_vxlan_del_port() function
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4184 mlx5_vxlan_del_port(priv->mdev->vxlan, port); in mlx5e_vxlan_del_work()