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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4108 struct list_head remove_list_head; local
4126 INIT_LIST_HEAD(&remove_list_head);
4148 &remove_list_head,
4157 status = ice_remove_promisc(hw, recipe_id, &remove_list_head);
4160 list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) {
4350 struct list_head remove_list_head; local
4356 INIT_LIST_HEAD(&remove_list_head);
4361 &remove_list_head);
4368 ice_remove_mac(hw, &remove_list_head);
4371 ice_remove_vlan(hw, &remove_list_head);
[all...]

Completed in 93 milliseconds