Searched refs:mlx5e_tunnel_proto_supported_tx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4813 static bool mlx5e_tunnel_proto_supported_tx(struct mlx5_core_dev *mdev, u8 proto_type) function
4869 if (mlx5e_tunnel_proto_supported_tx(priv->mdev, IPPROTO_IPIP))
5274 if (mlx5e_tunnel_proto_supported_tx(mdev, mlx5_get_proto_by_tunnel_type(tt)))
5352 if (mlx5e_tunnel_proto_supported_tx(mdev, IPPROTO_GRE)) {
5361 if (mlx5e_tunnel_proto_supported_tx(mdev, IPPROTO_IPIP)) {

Completed in 88 milliseconds