Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1325 pfcp_mask = item->mask; 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()
1340 if (pfcp_mask->msg_type || in ice_switch_inset_get()
1341 pfcp_mask->msg_len || in ice_switch_inset_get()
1342 pfcp_mask->seid) { in ice_switch_inset_get()
1349 if (pfcp_mask->s_field && in ice_switch_inset_get()
1354 else if (pfcp_mask->s_field && in ice_switch_inset_get()
1358 else if (pfcp_mask->s_field && in ice_switch_inset_get()
[all …]
/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
890 pfcp_mask = item->mask; in iavf_fdir_parse_pattern()
896 if (pfcp_spec && pfcp_mask) { in iavf_fdir_parse_pattern()
897 if (pfcp_mask->s_field == UINT8_MAX) { in iavf_fdir_parse_pattern()