Home
last modified time | relevance | path

Searched refs:remove_entry (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.h507 struct ice_rule_query_data *remove_entry);
H A Dice_switch.c8352 struct ice_rule_query_data *remove_entry) in ice_rem_adv_rule_by_id() argument
8360 if (!sw->recp_list[remove_entry->rid].recp_created) in ice_rem_adv_rule_by_id()
8362 list_head = &sw->recp_list[remove_entry->rid].filt_rules; in ice_rem_adv_rule_by_id()
8366 remove_entry->rule_id) { in ice_rem_adv_rule_by_id()
8368 rinfo.sw_act.vsi_handle = remove_entry->vsi_handle; in ice_rem_adv_rule_by_id()
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1582 remove_entry(const struct rte_hash *h, struct rte_hash_bucket *bkt, in remove_entry() function
1661 remove_entry(h, bkt, i); in search_and_remove()