Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_switch.h535 ice_rem_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
H A Dice_switch.c9141 ice_rem_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, in ice_rem_adv_rule() function
9258 return ice_rem_adv_rule(hw, list_itr->lkups, in ice_rem_adv_rule_by_id()
9312 status = ice_rem_adv_rule(hw, list_itr->lkups, in ice_rem_adv_rule_for_vsi()
/dpdk/drivers/net/ice/
H A Dice_switch_filter.c2057 ret = ice_rem_adv_rule(hw, lkups_ref, lkups_cnt, &rinfo); in ice_switch_redirect()