Searched refs:rte_flow_item_gre (Results 1 – 13 of 13) sorted by relevance
| /dpdk/app/test-flow-perf/ |
| H A D | items_gen.c | 175 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 D | dpaa2_flow.c | 156 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 D | bnxt_flow.c | 145 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 D | rte_flow.h | 1193 struct rte_flow_item_gre { struct 1204 static const struct rte_flow_item_gre rte_flow_item_gre_mask = { argument
|
| H A D | rte_flow.c | 119 MK_FLOW_ITEM(GRE, sizeof(struct rte_flow_item_gre)),
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_flow.c | 36 sizeof(struct rte_flow_item_gre)},
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 946 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 D | mlx5_flow.c | 3003 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 D | mlx5_flow_dv.c | 8896 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 D | ulp_rte_parser.c | 1586 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 D | rte_eth_softnic_flow.c | 142 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 D | cmdline_flow.c | 4023 .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 D | iavf_fdir.c | 738 const struct rte_flow_item_gre *gre_spec, *gre_mask; in iavf_fdir_parse_pattern()
|