Home
last modified time | relevance | path

Searched refs:pattern_match_item (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_hash.c965 (pattern_match_item->meta))->hdr_mask; in ice_hash_parse_pattern()
1005 ice_hash_parse_action(struct ice_pattern_match_item *pattern_match_item, in ice_hash_parse_action() argument
1011 (pattern_match_item->meta); in ice_hash_parse_action()
1035 if (pattern_match_item->pattern_list != in ice_hash_parse_action()
1136 if (pattern_match_item->pattern_list != in ice_hash_parse_action()
1202 struct ice_pattern_match_item *pattern_match_item; in ice_hash_parse_pattern_action() local
1214 pattern_match_item = ice_search_pattern_match_item(pattern, in ice_hash_parse_pattern_action()
1216 if (!pattern_match_item) { in ice_hash_parse_pattern_action()
1221 ret = ice_hash_parse_pattern(pattern_match_item, pattern, in ice_hash_parse_pattern_action()
1227 ret = ice_hash_parse_action(pattern_match_item, actions, in ice_hash_parse_pattern_action()
[all …]
H A Dice_generic_flow.c2056 struct ice_pattern_match_item *pattern_match_item; in ice_search_pattern_match_item() local
2076 pattern_match_item = rte_zmalloc("ice_pattern_match_item", in ice_search_pattern_match_item()
2078 if (!pattern_match_item) { in ice_search_pattern_match_item()
2089 pattern_match_item->input_set_mask = in ice_search_pattern_match_item()
2091 pattern_match_item->pattern_list = in ice_search_pattern_match_item()
2093 pattern_match_item->meta = array[i].meta; in ice_search_pattern_match_item()
2095 return pattern_match_item; in ice_search_pattern_match_item()
2101 rte_free(pattern_match_item); in ice_search_pattern_match_item()
H A Dice_switch_filter.c1664 struct ice_pattern_match_item *pattern_match_item = NULL; in ice_switch_parse_pattern_action() local
1701 pattern_match_item = in ice_switch_parse_pattern_action()
1703 if (!pattern_match_item) { in ice_switch_parse_pattern_action()
1713 (inputset & ~pattern_match_item->input_set_mask)) { in ice_switch_parse_pattern_action()
1747 rte_free(pattern_match_item); in ice_switch_parse_pattern_action()
1754 rte_free(pattern_match_item); in ice_switch_parse_pattern_action()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_generic_flow.c1030 struct iavf_pattern_match_item *pattern_match_item; in iavf_search_pattern_match_item() local
1050 pattern_match_item = rte_zmalloc("iavf_pattern_match_item", in iavf_search_pattern_match_item()
1052 if (!pattern_match_item) { in iavf_search_pattern_match_item()
1063 pattern_match_item->input_set_mask = in iavf_search_pattern_match_item()
1065 pattern_match_item->pattern_list = in iavf_search_pattern_match_item()
1067 pattern_match_item->meta = array[i].meta; in iavf_search_pattern_match_item()
1069 return pattern_match_item; in iavf_search_pattern_match_item()
1075 rte_free(pattern_match_item); in iavf_search_pattern_match_item()
H A Diavf_hash.c985 struct iavf_pattern_match_item *pattern_match_item; in iavf_hash_parse_pattern_action() local
999 pattern_match_item = in iavf_hash_parse_pattern_action()
1002 if (!pattern_match_item) { in iavf_hash_parse_pattern_action()
1011 ret = iavf_hash_parse_action(pattern_match_item, actions, phint, in iavf_hash_parse_pattern_action()
1020 rte_free(pattern_match_item); in iavf_hash_parse_pattern_action()