remove_list_head 2422 drivers/net/ethernet/intel/ice/ice_switch.c 	struct list_head remove_list_head;
remove_list_head 2440 drivers/net/ethernet/intel/ice/ice_switch.c 	INIT_LIST_HEAD(&remove_list_head);
remove_list_head 2457 drivers/net/ethernet/intel/ice/ice_switch.c 							&remove_list_head,
remove_list_head 2466 drivers/net/ethernet/intel/ice/ice_switch.c 	status = ice_remove_promisc(hw, recipe_id, &remove_list_head);
remove_list_head 2469 drivers/net/ethernet/intel/ice/ice_switch.c 	list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) {
remove_list_head 2652 drivers/net/ethernet/intel/ice/ice_switch.c 	struct list_head remove_list_head;
remove_list_head 2658 drivers/net/ethernet/intel/ice/ice_switch.c 	INIT_LIST_HEAD(&remove_list_head);
remove_list_head 2663 drivers/net/ethernet/intel/ice/ice_switch.c 					  &remove_list_head);
remove_list_head 2670 drivers/net/ethernet/intel/ice/ice_switch.c 		ice_remove_mac(hw, &remove_list_head);
remove_list_head 2673 drivers/net/ethernet/intel/ice/ice_switch.c 		ice_remove_vlan(hw, &remove_list_head);
remove_list_head 2677 drivers/net/ethernet/intel/ice/ice_switch.c 		ice_remove_promisc(hw, lkup, &remove_list_head);
remove_list_head 2689 drivers/net/ethernet/intel/ice/ice_switch.c 	list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) {