Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_matcher.c378 static bool dr_mask_is_tnl_header_0_1_set(struct mlx5dr_match_misc5 *misc5) in dr_mask_is_tnl_header_0_1_set() argument
380 return misc5->tunnel_header_0 || misc5->tunnel_header_1; in dr_mask_is_tnl_header_0_1_set()
440 mask.misc5 = matcher->mask.misc5; in dr_matcher_set_ste_builders()
549 } else if (dr_mask_is_tnl_header_0_1_set(&mask.misc5)) { in dr_matcher_set_ste_builders()
H A Ddr_rule.c1011 s_idx = offsetof(struct mlx5dr_match_param, misc5); in dr_rule_verify()
1012 e_idx = min(s_idx + sizeof(param->misc5), value_size); in dr_rule_verify()
H A Ddr_ste_v1.c1766 struct mlx5dr_match_misc5 *misc5 = &value->misc5; in dr_ste_v1_build_tnl_header_0_1_tag() local
1768 DR_STE_SET_TAG(tunnel_header, tag, tunnel_header_0, misc5, tunnel_header_0); in dr_ste_v1_build_tnl_header_0_1_tag()
1769 DR_STE_SET_TAG(tunnel_header, tag, tunnel_header_1, misc5, tunnel_header_1); in dr_ste_v1_build_tnl_header_0_1_tag()
H A Ddr_types.h818 struct mlx5dr_match_misc5 misc5; member