Searched refs:pfcp_spec (Results 1 – 2 of 2) sorted by relevance
542 const struct rte_flow_item_pfcp *pfcp_spec, *pfcp_mask; in ice_switch_parse_pattern() local1349 pfcp_spec = item->spec; in ice_switch_parse_pattern()1355 if ((!pfcp_spec && pfcp_mask) || in ice_switch_parse_pattern()1356 (pfcp_spec && !pfcp_mask)) { in ice_switch_parse_pattern()1363 if (pfcp_spec && pfcp_mask) { in ice_switch_parse_pattern()1375 pfcp_spec->s_field == 0x01 && in ice_switch_parse_pattern()1380 pfcp_spec->s_field == 0x01) in ice_switch_parse_pattern()1384 !pfcp_spec->s_field && in ice_switch_parse_pattern()1389 !pfcp_spec->s_field) in ice_switch_parse_pattern()
736 const struct rte_flow_item_pfcp *pfcp_spec, *pfcp_mask; in iavf_fdir_parse_pattern() local1307 pfcp_spec = item->spec; in iavf_fdir_parse_pattern()1314 if (pfcp_spec && pfcp_mask) { in iavf_fdir_parse_pattern()1320 rte_memcpy(hdr->buffer, pfcp_spec, in iavf_fdir_parse_pattern()1321 sizeof(*pfcp_spec)); in iavf_fdir_parse_pattern()