Searched refs:rte_flow_item_gre (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | items_gen.c | 196 static struct rte_flow_item_gre gre_spec; in add_gre() 197 static struct rte_flow_item_gre gre_mask; in add_gre() 203 memset(&gre_spec, 0, sizeof(struct rte_flow_item_gre)); in add_gre() 204 memset(&gre_mask, 0, sizeof(struct rte_flow_item_gre)); in add_gre()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.h | 1023 struct rte_flow_item_gre { struct 1034 static const struct rte_flow_item_gre rte_flow_item_gre_mask = { argument
|
| H A D | rte_flow.c | 65 MK_FLOW_ITEM(GRE, sizeof(struct rte_flow_item_gre)),
|
| /f-stack/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() 635 gre_spec = (const struct rte_flow_item_gre *)item->spec; in bnxt_validate_and_parse_flow_type() 636 gre_mask = (const struct rte_flow_item_gre *)item->mask; in bnxt_validate_and_parse_flow_type()
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_flow.c | 149 static const struct rte_flow_item_gre dpaa2_flow_item_gre_mask = { 900 size = sizeof(struct rte_flow_item_gre); in dpaa2_flow_extract_support() 2708 const struct rte_flow_item_gre *spec, *mask; in dpaa2_configure_flow_gre() 2710 const struct rte_flow_item_gre *last __rte_unused; in dpaa2_configure_flow_gre() 2716 spec = (const struct rte_flow_item_gre *)pattern->spec; in dpaa2_configure_flow_gre() 2717 last = (const struct rte_flow_item_gre *)pattern->last; in dpaa2_configure_flow_gre() 2718 mask = (const struct rte_flow_item_gre *) in dpaa2_configure_flow_gre()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 963 const struct rte_flow_item_gre *spec = item->spec; in flow_verbs_translate_item_gre() 964 const struct rte_flow_item_gre *mask = item->mask; in flow_verbs_translate_item_gre()
|
| H A D | mlx5_flow.c | 2418 const struct rte_flow_item_gre *gre_spec; in mlx5_flow_validate_item_gre_key() 2419 const struct rte_flow_item_gre *gre_mask; in mlx5_flow_validate_item_gre_key() 2473 const struct rte_flow_item_gre *spec __rte_unused = item->spec; in mlx5_flow_validate_item_gre() 2474 const struct rte_flow_item_gre *mask = item->mask; in mlx5_flow_validate_item_gre() 2476 const struct rte_flow_item_gre nic_mask = { in mlx5_flow_validate_item_gre() 2500 sizeof(struct rte_flow_item_gre), MLX5_ITEM_RANGE_NOT_ACCEPTED, in mlx5_flow_validate_item_gre()
|
| H A D | mlx5_flow_dv.c | 6915 const struct rte_flow_item_gre *gre_m = item->mask; in flow_dv_translate_item_gre() 6916 const struct rte_flow_item_gre *gre_v = item->spec; in flow_dv_translate_item_gre() 7003 const struct rte_flow_item_gre gre_spec = { in flow_dv_translate_item_nvgre() 7007 const struct rte_flow_item_gre gre_mask = { in flow_dv_translate_item_nvgre()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2662 .priv = PRIV_ITEM(GRE, sizeof(struct rte_flow_item_gre)), 2670 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_gre, 2680 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_gre, 2687 .args = ARGS(ARGS_ENTRY_MASK_HTON(struct rte_flow_item_gre, 2695 .args = ARGS(ARGS_ENTRY_MASK_HTON(struct rte_flow_item_gre, 2703 .args = ARGS(ARGS_ENTRY_MASK_HTON(struct rte_flow_item_gre, 5378 struct rte_flow_item_gre gre = { in parse_vc_action_mplsogre_encap() 5476 struct rte_flow_item_gre gre = { in parse_vc_action_mplsogre_decap()
|
| /f-stack/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()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow_parse.c | 452 info.len = sizeof(struct rte_flow_item_gre); in otx2_flow_parse_ld()
|