Home
last modified time | relevance | path

Searched refs:gre_mask (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test-flow-perf/
H A Ditems_gen.c178 static struct rte_flow_item_gre gre_mask = { in add_gre() local
184 items[items_counter].mask = &gre_mask; in add_gre()
/dpdk/drivers/net/iavf/
H A Diavf_fdir.c738 const struct rte_flow_item_gre *gre_spec, *gre_mask; in iavf_fdir_parse_pattern() local
1354 gre_mask = item->mask; in iavf_fdir_parse_pattern()
1360 if (gre_spec && gre_mask) { in iavf_fdir_parse_pattern()
/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c146 const struct rte_flow_item_gre *gre_mask; in bnxt_validate_and_parse_flow_type() local
661 gre_mask = (const struct rte_flow_item_gre *)item->mask; in bnxt_validate_and_parse_flow_type()
668 if (!!gre_spec ^ !!gre_mask) { in bnxt_validate_and_parse_flow_type()
676 if (!gre_spec && !gre_mask) { in bnxt_validate_and_parse_flow_type()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c3004 const struct rte_flow_item_gre *gre_mask; in mlx5_flow_validate_item_gre_key() local
3018 gre_mask = gre_item->mask; in mlx5_flow_validate_item_gre_key()
3019 if (!gre_mask) in mlx5_flow_validate_item_gre_key()
3020 gre_mask = &rte_flow_item_gre_mask; in mlx5_flow_validate_item_gre_key()
3022 if (gre_spec && (gre_mask->c_rsvd0_ver & RTE_BE16(0x2000)) && in mlx5_flow_validate_item_gre_key()
3065 const struct rte_flow_item_gre *gre_mask = gre_item->mask; in mlx5_flow_validate_item_gre_option() local
3095 if (!gre_mask) in mlx5_flow_validate_item_gre_option()
3096 gre_mask = &rte_flow_item_gre_mask; in mlx5_flow_validate_item_gre_option()
3098 if (gre_spec && (gre_mask->c_rsvd0_ver & RTE_BE16(0x8000)) && in mlx5_flow_validate_item_gre_option()
3105 if (gre_spec && (gre_mask->c_rsvd0_ver & RTE_BE16(0x2000)) && in mlx5_flow_validate_item_gre_option()
[all …]
H A Dmlx5_flow_dv.c9095 const struct rte_flow_item_gre gre_mask = { in flow_dv_translate_item_nvgre() local
9101 .mask = &gre_mask, in flow_dv_translate_item_nvgre()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1587 const struct rte_flow_item_gre *gre_mask = item->mask; in ulp_rte_gre_hdr_handler() local
1601 ulp_deference_struct(gre_mask, c_rsvd0_ver), in ulp_rte_gre_hdr_handler()
1607 ulp_deference_struct(gre_mask, protocol), in ulp_rte_gre_hdr_handler()