Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ice/
HDice_common.c834 struct ice_adv_fltr_mgmt_list_entry *lst_itr; in ice_cleanup_fltr_mgmt_single() local
837 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_single()
841 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single()
842 ice_free(hw, lst_itr->lkups); in ice_cleanup_fltr_mgmt_single()
843 ice_free(hw, lst_itr); in ice_cleanup_fltr_mgmt_single()
846 struct ice_fltr_mgmt_list_entry *lst_itr, *tmp_entry; in ice_cleanup_fltr_mgmt_single() local
849 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_single()
853 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single()
854 ice_free(hw, lst_itr); in ice_cleanup_fltr_mgmt_single()