Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.h58 bool mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port);
66 static inline bool mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port) { return false; } in mlx5_vxlan_lookup_port() function
H A Dvxlan.c72 bool mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port) in mlx5_vxlan_lookup_port() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5025 if (mlx5_vxlan_lookup_port(priv->mdev->vxlan, port)) in mlx5e_tunnel_features_check()