Searched refs:gtp_psc_spec (Results 1 – 3 of 3) sorted by relevance
732 const struct rte_flow_item_gtp_psc *gtp_psc_spec, *gtp_psc_mask; in iavf_fdir_parse_pattern() local1205 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()
544 const struct rte_flow_item_gtp_psc *gtp_psc_spec, *gtp_psc_mask; in ice_switch_parse_pattern() local1433 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()
1811 const struct rte_flow_item_gtp_psc *gtp_psc_spec, *gtp_psc_mask; in ice_fdir_parse_pattern() local2361 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()