Home
last modified time | relevance | path

Searched refs:MLX5_MATCH_NONE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h358 MLX5_MATCH_NONE = MLX5_INLINE_MODE_NONE, enumerator
Deswitch_offloads.c210 if (attr->outer_match_level != MLX5_MATCH_NONE) in mlx5_eswitch_add_offloaded_rule()
212 if (attr->inner_match_level != MLX5_MATCH_NONE) in mlx5_eswitch_add_offloaded_rule()
288 if (attr->outer_match_level != MLX5_MATCH_NONE) in mlx5_eswitch_add_fwd_rule()
Den_tc.c984 if (attr->match_level != MLX5_MATCH_NONE) in mlx5e_tc_add_nic_flow()
1913 } else if (*match_level != MLX5_MATCH_NONE) { in __parse_cls_flower()
2164 inner_match_level = MLX5_MATCH_NONE; in parse_cls_flower()
2165 outer_match_level = MLX5_MATCH_NONE; in parse_cls_flower()
2169 non_tunnel_match_level = (inner_match_level == MLX5_MATCH_NONE) ? in parse_cls_flower()