Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_switch.c1821 struct list_head remove_list_head; in ice_remove_vsi_lkup_fltr() local
1825 INIT_LIST_HEAD(&remove_list_head); in ice_remove_vsi_lkup_fltr()
1831 &remove_list_head); in ice_remove_vsi_lkup_fltr()
1834 ice_remove_mac(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
1842 &remove_list_head); in ice_remove_vsi_lkup_fltr()
1845 ice_remove_vlan(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
1862 list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) { in ice_remove_vsi_lkup_fltr()