Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H 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
H 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()