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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4272 struct list_head remove_list_head; local
4290 INIT_LIST_HEAD(&remove_list_head);
4312 &remove_list_head,
4321 status = ice_remove_promisc(hw, recipe_id, &remove_list_head);
4324 list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) {
4514 struct list_head remove_list_head; local
4520 INIT_LIST_HEAD(&remove_list_head);
4525 &remove_list_head);
4532 ice_remove_mac(hw, &remove_list_head);
4535 ice_remove_vlan(hw, &remove_list_head);
[all...]

Completed in 117 milliseconds