Searched refs:match_level (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.h | 31 enum mlx5_flow_match_level match_level; member 107 u8 *match_level);
|
H A D | tc_tun_gre.c | 90 .match_level = MLX5_MATCH_L3,
|
H A D | tc_tun_mplsoudp.c | 120 .match_level = MLX5_MATCH_L4,
|
H A D | tc_tun_vxlan.c | 224 .match_level = MLX5_MATCH_L4,
|
H A D | tc_tun.c | 800 u8 *match_level) in mlx5e_tc_tun_parse() argument 819 *match_level = tunnel->match_level; in mlx5e_tc_tun_parse()
|
H A D | tc_tun_geneve.c | 345 .match_level = MLX5_MATCH_L4,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2400 u8 *match_level, in parse_tunnel_attr() argument 2429 match_level); in parse_tunnel_attr() 2457 err = mlx5e_tc_tun_parse(filter_dev, priv, tmp_spec, f, match_level); in parse_tunnel_attr() 2597 u8 *match_level; in __parse_cls_flower() local 2601 match_level = outer_match_level; in __parse_cls_flower() 2644 match_level = inner_match_level; in __parse_cls_flower() 2664 match_level == outer_match_level, in __parse_cls_flower() 2668 *match_level = MLX5_MATCH_L2; in __parse_cls_flower() 2712 *match_level = MLX5_MATCH_L2; in __parse_cls_flower() 2725 } else if (*match_level != MLX5_MATCH_NONE) { in __parse_cls_flower() [all …]
|