Searched refs:misc_c (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_geneve.c | 131 void *misc_c, *misc_v; in mlx5e_tc_tun_parse_geneve_vni() local 133 misc_c = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, misc_parameters); in mlx5e_tc_tun_parse_geneve_vni() 150 MLX5_SET(fte_match_set_misc, misc_c, geneve_vni, be32_to_cpu(enc_keyid.mask->keyid)); in mlx5e_tc_tun_parse_geneve_vni() 164 void *misc_c, *misc_v, *misc_3_c, *misc_3_v; in mlx5e_tc_tun_parse_geneve_options() local 170 misc_c = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, misc_parameters); in mlx5e_tc_tun_parse_geneve_options() 224 MLX5_SET(fte_match_set_misc, misc_c, geneve_opt_len, enc_opts.mask->len / 4); in mlx5e_tc_tun_parse_geneve_options() 279 MLX5_SET_TO_ONES(fte_match_set_misc, misc_c, geneve_tlv_option_0_exist); in mlx5e_tc_tun_parse_geneve_options() 292 void *misc_c = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, misc_parameters); in mlx5e_tc_tun_parse_geneve_params() local 303 MLX5_SET_TO_ONES(fte_match_set_misc, misc_c, geneve_oam); in mlx5e_tc_tun_parse_geneve_params() 310 MLX5_SET_TO_ONES(fte_match_set_misc, misc_c, geneve_protocol_type); in mlx5e_tc_tun_parse_geneve_params()
|
H A D | tc_tun_gre.c | 65 void *misc_c = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, misc_parameters); in mlx5e_tc_tun_parse_gretap() local 73 MLX5_SET_TO_ONES(fte_match_set_misc, misc_c, gre_protocol); in mlx5e_tc_tun_parse_gretap() 81 MLX5_SET(fte_match_set_misc, misc_c, in mlx5e_tc_tun_parse_gretap()
|
H A D | tc_tun_vxlan.c | 166 void *misc_c, *misc_v; in mlx5e_tc_tun_parse_vxlan() local 168 misc_c = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, misc_parameters); in mlx5e_tc_tun_parse_vxlan() 198 MLX5_SET(fte_match_set_misc, misc_c, vxlan_vni, in mlx5e_tc_tun_parse_vxlan()
|