Home
last modified time | relevance | path

Searched refs:lst_itr (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_common.c798 struct ice_adv_fltr_mgmt_list_entry *lst_itr; in ice_cleanup_fltr_mgmt_single() local
801 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_single()
805 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single()
806 ice_free(hw, lst_itr->lkups); in ice_cleanup_fltr_mgmt_single()
807 ice_free(hw, lst_itr); in ice_cleanup_fltr_mgmt_single()
810 struct ice_fltr_mgmt_list_entry *lst_itr, *tmp_entry; in ice_cleanup_fltr_mgmt_single() local
813 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_single()
817 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single()
818 ice_free(hw, lst_itr); in ice_cleanup_fltr_mgmt_single()
H A Dice_switch.c5372 struct ice_adv_fltr_mgmt_list_entry *lst_itr; in ice_rem_adv_rule_info() local
5377 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, rule_head, in ice_rem_adv_rule_info()
5379 LIST_DEL(&lst_itr->list_entry); in ice_rem_adv_rule_info()
5380 ice_free(hw, lst_itr->lkups); in ice_rem_adv_rule_info()
5381 ice_free(hw, lst_itr); in ice_rem_adv_rule_info()