Searched refs:remove_list_head (Results 1 – 1 of 1) sorted by relevance
2406 struct list_head remove_list_head; in ice_clear_vsi_promisc() local2424 INIT_LIST_HEAD(&remove_list_head); in ice_clear_vsi_promisc()2446 &remove_list_head, in ice_clear_vsi_promisc()2455 status = ice_remove_promisc(hw, recipe_id, &remove_list_head); in ice_clear_vsi_promisc()2458 list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) { in ice_clear_vsi_promisc()2641 struct list_head remove_list_head; in ice_remove_vsi_lkup_fltr() local2647 INIT_LIST_HEAD(&remove_list_head); in ice_remove_vsi_lkup_fltr()2652 &remove_list_head); in ice_remove_vsi_lkup_fltr()2659 ice_remove_mac(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()2662 ice_remove_vlan(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()[all …]