Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_switch.c2422 struct list_head remove_list_head; in ice_clear_vsi_promisc() local
2440 INIT_LIST_HEAD(&remove_list_head); in ice_clear_vsi_promisc()
2457 &remove_list_head, in ice_clear_vsi_promisc()
2466 status = ice_remove_promisc(hw, recipe_id, &remove_list_head); in ice_clear_vsi_promisc()
2469 list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) { in ice_clear_vsi_promisc()
2652 struct list_head remove_list_head; in ice_remove_vsi_lkup_fltr() local
2658 INIT_LIST_HEAD(&remove_list_head); in ice_remove_vsi_lkup_fltr()
2663 &remove_list_head); in ice_remove_vsi_lkup_fltr()
2670 ice_remove_mac(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
2673 ice_remove_vlan(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
[all …]