Searched refs:lst_itr (Results 1 – 1 of 1) sorted by relevance
1011 struct ice_adv_fltr_mgmt_list_entry *lst_itr; in ice_cleanup_fltr_mgmt_struct() local1014 list_for_each_entry_safe(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_struct()1017 list_del(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_struct()1018 devm_kfree(ice_hw_to_dev(hw), lst_itr->lkups); in ice_cleanup_fltr_mgmt_struct()1019 devm_kfree(ice_hw_to_dev(hw), lst_itr); in ice_cleanup_fltr_mgmt_struct()1022 struct ice_fltr_mgmt_list_entry *lst_itr, *tmp_entry; in ice_cleanup_fltr_mgmt_struct() local1025 list_for_each_entry_safe(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_struct()1028 list_del(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_struct()1029 devm_kfree(ice_hw_to_dev(hw), lst_itr); in ice_cleanup_fltr_mgmt_struct()