Home
last modified time | relevance | path

Searched refs:rte_flow_item_gre (Results 1 – 13 of 13) sorted by relevance

/dpdk/app/test-flow-perf/
H A Ditems_gen.c175 static struct rte_flow_item_gre gre_spec = { in add_gre()
178 static struct rte_flow_item_gre gre_mask = { in add_gre()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c156 static const struct rte_flow_item_gre dpaa2_flow_item_gre_mask = {
907 size = sizeof(struct rte_flow_item_gre); in dpaa2_flow_extract_support()
2715 const struct rte_flow_item_gre *spec, *mask; in dpaa2_configure_flow_gre()
2717 const struct rte_flow_item_gre *last __rte_unused; in dpaa2_configure_flow_gre()
2723 spec = (const struct rte_flow_item_gre *)pattern->spec; in dpaa2_configure_flow_gre()
2724 last = (const struct rte_flow_item_gre *)pattern->last; in dpaa2_configure_flow_gre()
2725 mask = (const struct rte_flow_item_gre *) in dpaa2_configure_flow_gre()
/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c145 const struct rte_flow_item_gre *gre_spec; in bnxt_validate_and_parse_flow_type()
146 const struct rte_flow_item_gre *gre_mask; in bnxt_validate_and_parse_flow_type()
660 gre_spec = (const struct rte_flow_item_gre *)item->spec; in bnxt_validate_and_parse_flow_type()
661 gre_mask = (const struct rte_flow_item_gre *)item->mask; in bnxt_validate_and_parse_flow_type()
/dpdk/lib/ethdev/
H A Drte_flow.h1193 struct rte_flow_item_gre { struct
1204 static const struct rte_flow_item_gre rte_flow_item_gre_mask = { argument
H A Drte_flow.c119 MK_FLOW_ITEM(GRE, sizeof(struct rte_flow_item_gre)),
/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c36 sizeof(struct rte_flow_item_gre)},
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c946 static const struct rte_flow_item_gre empty_gre = {0,}; in flow_verbs_translate_item_gre()
947 const struct rte_flow_item_gre *spec = item->spec; in flow_verbs_translate_item_gre()
948 const struct rte_flow_item_gre *mask = item->mask; in flow_verbs_translate_item_gre()
H A Dmlx5_flow.c3003 const struct rte_flow_item_gre *gre_spec; in mlx5_flow_validate_item_gre_key()
3004 const struct rte_flow_item_gre *gre_mask; in mlx5_flow_validate_item_gre_key()
3064 const struct rte_flow_item_gre *gre_spec = gre_item->spec; in mlx5_flow_validate_item_gre_option()
3065 const struct rte_flow_item_gre *gre_mask = gre_item->mask; in mlx5_flow_validate_item_gre_option()
3159 const struct rte_flow_item_gre *spec __rte_unused = item->spec; in mlx5_flow_validate_item_gre()
3160 const struct rte_flow_item_gre *mask = item->mask; in mlx5_flow_validate_item_gre()
3162 const struct rte_flow_item_gre nic_mask = { in mlx5_flow_validate_item_gre()
3186 sizeof(struct rte_flow_item_gre), MLX5_ITEM_RANGE_NOT_ACCEPTED, in mlx5_flow_validate_item_gre()
H A Dmlx5_flow_dv.c8896 static const struct rte_flow_item_gre empty_gre = {0,}; in flow_dv_translate_item_gre()
8897 const struct rte_flow_item_gre *gre_m = item->mask; in flow_dv_translate_item_gre()
8898 const struct rte_flow_item_gre *gre_v = item->spec; in flow_dv_translate_item_gre()
8980 const struct rte_flow_item_gre *gre_m = gre_item->mask; in flow_dv_translate_item_gre_option()
8981 const struct rte_flow_item_gre *gre_v = gre_item->spec; in flow_dv_translate_item_gre_option()
8982 static const struct rte_flow_item_gre empty_gre = {0}; in flow_dv_translate_item_gre_option()
9091 const struct rte_flow_item_gre gre_spec = { in flow_dv_translate_item_nvgre()
9095 const struct rte_flow_item_gre gre_mask = { in flow_dv_translate_item_nvgre()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1586 const struct rte_flow_item_gre *gre_spec = item->spec; in ulp_rte_gre_hdr_handler()
1587 const struct rte_flow_item_gre *gre_mask = item->mask; in ulp_rte_gre_hdr_handler()
1598 size = sizeof(((struct rte_flow_item_gre *)NULL)->c_rsvd0_ver); in ulp_rte_gre_hdr_handler()
1604 size = sizeof(((struct rte_flow_item_gre *)NULL)->protocol); in ulp_rte_gre_hdr_handler()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c142 struct rte_flow_item_gre gre;
232 *size = sizeof(struct rte_flow_item_gre); in flow_item_is_proto()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c4023 .priv = PRIV_ITEM(GRE, sizeof(struct rte_flow_item_gre)),
4032 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_gre,
4043 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_gre,
4051 .args = ARGS(ARGS_ENTRY_MASK_HTON(struct rte_flow_item_gre,
4059 .args = ARGS(ARGS_ENTRY_MASK_HTON(struct rte_flow_item_gre,
4067 .args = ARGS(ARGS_ENTRY_MASK_HTON(struct rte_flow_item_gre,
7739 struct rte_flow_item_gre gre = { in parse_vc_action_mplsogre_encap()
7837 struct rte_flow_item_gre gre = { in parse_vc_action_mplsogre_decap()
/dpdk/drivers/net/iavf/
H A Diavf_fdir.c738 const struct rte_flow_item_gre *gre_spec, *gre_mask; in iavf_fdir_parse_pattern()