Home
last modified time | relevance | path

Searched refs:item_array (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_flow_classify/
H A Drte_flow_classify_parse.c113 classify_match_pattern(enum rte_flow_item_type *item_array, in classify_match_pattern() argument
118 while ((*item_array == item->type) && in classify_match_pattern()
119 (*item_array != RTE_FLOW_ITEM_TYPE_END)) { in classify_match_pattern()
120 item_array++; in classify_match_pattern()
124 return (*item_array == RTE_FLOW_ITEM_TYPE_END && in classify_match_pattern()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_generic_flow.c1008 iavf_match_pattern(enum rte_flow_item_type *item_array, in iavf_match_pattern() argument
1013 while ((*item_array == item->type) && in iavf_match_pattern()
1014 (*item_array != RTE_FLOW_ITEM_TYPE_END)) { in iavf_match_pattern()
1015 item_array++; in iavf_match_pattern()
1019 return (*item_array == RTE_FLOW_ITEM_TYPE_END && in iavf_match_pattern()
/f-stack/dpdk/drivers/net/ice/
H A Dice_generic_flow.c2034 ice_match_pattern(enum rte_flow_item_type *item_array, in ice_match_pattern() argument
2039 while ((*item_array == item->type) && in ice_match_pattern()
2040 (*item_array != RTE_FLOW_ITEM_TYPE_END)) { in ice_match_pattern()
2041 item_array++; in ice_match_pattern()
2045 return (*item_array == RTE_FLOW_ITEM_TYPE_END && in ice_match_pattern()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c1938 i40e_match_pattern(enum rte_flow_item_type *item_array, in i40e_match_pattern() argument
1943 while ((*item_array == item->type) && in i40e_match_pattern()
1944 (*item_array != RTE_FLOW_ITEM_TYPE_END)) { in i40e_match_pattern()
1945 item_array++; in i40e_match_pattern()
1949 return (*item_array == RTE_FLOW_ITEM_TYPE_END && in i40e_match_pattern()
4566 enum rte_flow_item_type *item_array; in i40e_flow_parse_rss_pattern() member
4612 if (i40e_match_pattern(i40e_rss_pctype_patterns[i].item_array, in i40e_flow_parse_rss_pattern()