Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dvxlan.h57 int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port);
65 static inline int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port) { return -EOPNOTSUPP; } in mlx5_vxlan_del_port() function
A Dvxlan.c124 int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port) in mlx5_vxlan_del_port() function
173 mlx5_vxlan_del_port(vxlan, IANA_VXLAN_UDP_PORT); in mlx5_vxlan_destroy()
194 mlx5_vxlan_del_port(vxlan, vxlanp->udp_port); in mlx5_vxlan_reset_to_default()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c5007 return mlx5_vxlan_del_port(priv->mdev->vxlan, ntohs(ti->port)); in mlx5e_vxlan_unset_port()

Completed in 16 milliseconds