Home
last modified time | relevance | path

Searched refs:pfcp_spec (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_switch_filter.c542 const struct rte_flow_item_pfcp *pfcp_spec, *pfcp_mask; in ice_switch_parse_pattern() local
1349 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()
/dpdk/drivers/net/iavf/
H A Diavf_fdir.c736 const struct rte_flow_item_pfcp *pfcp_spec, *pfcp_mask; in iavf_fdir_parse_pattern() local
1307 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()