Home
last modified time | relevance | path

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

/dpdk/lib/flow_classify/
H A Drte_flow_classify_parse.c112 classify_match_pattern(enum rte_flow_item_type *item_array, in classify_match_pattern() argument
117 while ((*item_array == item->type) && in classify_match_pattern()
118 (*item_array != RTE_FLOW_ITEM_TYPE_END)) { in classify_match_pattern()
119 item_array++; in classify_match_pattern()
123 return (*item_array == RTE_FLOW_ITEM_TYPE_END && in classify_match_pattern()
/dpdk/drivers/net/iavf/
H A Diavf_generic_flow.c2005 iavf_match_pattern(enum rte_flow_item_type *item_array, in iavf_match_pattern() argument
2010 while ((*item_array == item->type) && in iavf_match_pattern()
2011 (*item_array != RTE_FLOW_ITEM_TYPE_END)) { in iavf_match_pattern()
2012 item_array++; in iavf_match_pattern()
2016 return (*item_array == RTE_FLOW_ITEM_TYPE_END && in iavf_match_pattern()
/dpdk/drivers/net/ice/
H A Dice_generic_flow.c2105 ice_match_pattern(enum rte_flow_item_type *item_array, in ice_match_pattern() argument
2110 while ((*item_array == item->type) && in ice_match_pattern()
2111 (*item_array != RTE_FLOW_ITEM_TYPE_END)) { in ice_match_pattern()
2112 item_array++; in ice_match_pattern()
2116 return (*item_array == RTE_FLOW_ITEM_TYPE_END && in ice_match_pattern()
/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()