Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.h67 bool mlx5_tunnel_inner_ft_supported(struct mlx5_core_dev *mdev);
Dfs_ttc.c173 bool mlx5_tunnel_inner_ft_supported(struct mlx5_core_dev *mdev) in mlx5_tunnel_inner_ft_supported() function
261 if (!params->inner_ttc || !mlx5_tunnel_inner_ft_supported(dev)) in mlx5_generate_ttc_table_rules()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c901 if (!tunnel || !mlx5_tunnel_inner_ft_supported(priv->mdev)) in mlx5e_set_ttc_params()
1230 if (!mlx5_tunnel_inner_ft_supported(priv->mdev)) in mlx5e_destroy_inner_ttc_table()
1244 if (!mlx5_tunnel_inner_ft_supported(priv->mdev)) in mlx5e_create_inner_ttc_table()
Den_main.c4344 params->tunneled_offload_en = mlx5_tunnel_inner_ft_supported(mdev); in mlx5e_build_nic_params()