Searched refs:inner_vxlan (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 2957 mlx5e_hw_lro_update_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan) in mlx5e_hw_lro_update_tir() argument 2972 MLX5_SET(modify_tir_in, in, tirn, inner_vxlan ? in mlx5e_hw_lro_update_tir() 3003 mlx5e_build_tir_ctx(struct mlx5e_priv *priv, u32 * tirc, int tt, bool inner_vxlan) in mlx5e_build_tir_ctx() argument 3007 void *hfs = inner_vxlan ? hfsi : hfso; in mlx5e_build_tir_ctx() 3027 if (inner_vxlan) in mlx5e_build_tir_ctx() 3166 mlx5e_open_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan) in mlx5e_open_tir() argument 3180 mlx5e_build_tir_ctx(priv, tirc, tt, inner_vxlan); in mlx5e_open_tir() 3182 err = mlx5_core_create_tir(mdev, in, inlen, inner_vxlan ? in mlx5e_open_tir() 3191 mlx5e_close_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan) in mlx5e_close_tir() argument 3193 mlx5_core_destroy_tir(priv->mdev, inner_vxlan ? in mlx5e_close_tir()
|
H A D | mlx5_en_flow_table.c | 1490 mlx5e_create_main_flow_table(struct mlx5e_priv *priv, bool inner_vxlan) in mlx5e_create_main_flow_table() argument 1492 struct mlx5e_flow_table *ft = inner_vxlan ? &priv->fts.main_vxlan : in mlx5e_create_main_flow_table() 1500 ft_attr.level = inner_vxlan ? 10 : 12; in mlx5e_create_main_flow_table() 1502 ft_attr.level = inner_vxlan ? 2 : 4; in mlx5e_create_main_flow_table() 1516 err = inner_vxlan ? mlx5e_create_main_vxlan_groups(ft) : in mlx5e_create_main_flow_table()
|