Home
last modified time | relevance | path

Searched refs:gtp_psc_spec (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/iavf/
H A Diavf_fdir.c732 const struct rte_flow_item_gtp_psc *gtp_psc_spec, *gtp_psc_mask; in iavf_fdir_parse_pattern() local
1205 gtp_psc_spec = item->spec; in iavf_fdir_parse_pattern()
1210 if (!gtp_psc_spec) in iavf_fdir_parse_pattern()
1215 else if (gtp_psc_spec->hdr.type == IAVF_GTPU_EH_UPLINK) in iavf_fdir_parse_pattern()
1217 else if (gtp_psc_spec->hdr.type == IAVF_GTPU_EH_DWLINK) in iavf_fdir_parse_pattern()
1220 if (gtp_psc_spec && gtp_psc_mask) { in iavf_fdir_parse_pattern()
1226 else if (gtp_psc_spec->hdr.type == in iavf_fdir_parse_pattern()
1230 else if (gtp_psc_spec->hdr.type == in iavf_fdir_parse_pattern()
1236 rte_memcpy(hdr->buffer, gtp_psc_spec, in iavf_fdir_parse_pattern()
1237 sizeof(*gtp_psc_spec)); in iavf_fdir_parse_pattern()
/dpdk/drivers/net/ice/
H A Dice_switch_filter.c544 const struct rte_flow_item_gtp_psc *gtp_psc_spec, *gtp_psc_mask; in ice_switch_parse_pattern() local
1433 gtp_psc_spec = item->spec; in ice_switch_parse_pattern()
1435 if (gtp_psc_spec && !gtp_psc_mask) { in ice_switch_parse_pattern()
1442 if (gtp_psc_spec && gtp_psc_mask) { in ice_switch_parse_pattern()
1455 gtp_psc_spec->hdr.qfi; in ice_switch_parse_pattern()
H A Dice_fdir_filter.c1811 const struct rte_flow_item_gtp_psc *gtp_psc_spec, *gtp_psc_mask; in ice_fdir_parse_pattern() local
2361 gtp_psc_spec = item->spec; in ice_fdir_parse_pattern()
2364 if (!(gtp_psc_spec && gtp_psc_mask)) in ice_fdir_parse_pattern()
2371 gtp_psc_spec->hdr.qfi; in ice_fdir_parse_pattern()