Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c513 const struct rte_flow_item_pfcp *pfcp_spec, *pfcp_mask; in ice_switch_inset_get() local
1324 pfcp_spec = item->spec; in ice_switch_inset_get()
1330 if ((!pfcp_spec && pfcp_mask) || in ice_switch_inset_get()
1331 (pfcp_spec && !pfcp_mask)) { in ice_switch_inset_get()
1338 if (pfcp_spec && pfcp_mask) { in ice_switch_inset_get()
1350 pfcp_spec->s_field == 0x01 && in ice_switch_inset_get()
1355 pfcp_spec->s_field == 0x01) in ice_switch_inset_get()
1359 !pfcp_spec->s_field && in ice_switch_inset_get()
1364 !pfcp_spec->s_field) in ice_switch_inset_get()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c471 const struct rte_flow_item_pfcp *pfcp_spec, *pfcp_mask; in iavf_fdir_parse_pattern() local
889 pfcp_spec = item->spec; in iavf_fdir_parse_pattern()
896 if (pfcp_spec && pfcp_mask) { in iavf_fdir_parse_pattern()
902 rte_memcpy(hdr->buffer, pfcp_spec, in iavf_fdir_parse_pattern()
903 sizeof(*pfcp_spec)); in iavf_fdir_parse_pattern()