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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c127 post_attr->inner_match_level = MLX5_MATCH_NONE;
H A Dsample.c554 pre_attr->inner_match_level = attr->inner_match_level;
H A Dpost_meter.c130 attr->inner_match_level = MLX5_MATCH_NONE;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h89 u8 inner_match_level; member in struct:mlx5_flow_attr
H A Den_tc.c2577 u8 *inner_match_level, u8 *outer_match_level)
2645 match_level = inner_match_level;
3036 u8 inner_match_level, outer_match_level, non_tunnel_match_level; local
3045 inner_match_level = MLX5_MATCH_NONE;
3049 &inner_match_level, &outer_match_level);
3050 non_tunnel_match_level = (inner_match_level == MLX5_MATCH_NONE) ?
3051 outer_match_level : inner_match_level;
3068 flow->attr->inner_match_level = inner_match_level;
2572 __parse_cls_flower(struct mlx5e_priv *priv, struct mlx5e_tc_flow *flow, struct mlx5_flow_spec *spec, struct flow_cls_offload *f, struct net_device *filter_dev, u8 *inner_match_level, u8 *outer_match_level) argument
H A Deswitch_offloads.c725 if (attr->inner_match_level != MLX5_MATCH_NONE)

Completed in 314 milliseconds