Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h376 MLX5_MATCH_NONE = MLX5_INLINE_MODE_NONE, enumerator
H A Deswitch_offloads.c388 if (attr->outer_match_level != MLX5_MATCH_NONE) in mlx5_eswitch_add_offloaded_rule()
390 if (attr->inner_match_level != MLX5_MATCH_NONE) in mlx5_eswitch_add_offloaded_rule()
492 if (attr->outer_match_level != MLX5_MATCH_NONE) in mlx5_eswitch_add_fwd_rule()
H A Den_tc.c1052 if (attr->outer_match_level != MLX5_MATCH_NONE) in mlx5e_add_offloaded_nic_rule()
2411 } else if (*match_level != MLX5_MATCH_NONE) { in __parse_cls_flower()
2680 inner_match_level = MLX5_MATCH_NONE; in parse_cls_flower()
2681 outer_match_level = MLX5_MATCH_NONE; in parse_cls_flower()
2685 non_tunnel_match_level = (inner_match_level == MLX5_MATCH_NONE) ? in parse_cls_flower()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1814 ct_flow->post_ct_attr->inner_match_level = MLX5_MATCH_NONE; in __mlx5_tc_ct_flow_offload()
1815 ct_flow->post_ct_attr->outer_match_level = MLX5_MATCH_NONE; in __mlx5_tc_ct_flow_offload()