Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.h53 struct mlx5_vxlan_port *mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port);
61 mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port) { return NULL; } in mlx5_vxlan_lookup_port() function
Dvxlan.c94 struct mlx5_vxlan_port *mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port) in mlx5_vxlan_lookup_port() function
113 vxlanp = mlx5_vxlan_lookup_port(vxlan, port); in mlx5_vxlan_add_port()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1132 if (mlx5_vxlan_lookup_port(priv->mdev->vxlan, be16_to_cpu(key->dst)) && in parse_tunnel_attr()
2555 if (mlx5_vxlan_lookup_port(priv->mdev->vxlan, be16_to_cpu(key->tp_dst)) && in mlx5e_attach_encap()
Den_main.c4082 if (mlx5_vxlan_lookup_port(priv->mdev->vxlan, port)) in mlx5e_tunnel_features_check()