Searched refs:lst_itr (Results 1 – 1 of 1) sorted by relevance
583 struct ice_fltr_mgmt_list_entry *lst_itr, *tmp_entry; in ice_cleanup_fltr_mgmt_struct() local587 list_for_each_entry_safe(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_struct()589 list_del(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_struct()590 devm_kfree(ice_hw_to_dev(hw), lst_itr); in ice_cleanup_fltr_mgmt_struct()