Lines Matching refs:tmp_del_list

8868 	struct list_head tmp_add_list, tmp_del_list;  in hclge_sync_vport_mac_table()  local
8873 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table()
8886 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table()
8905 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_sync_vport_mac_table()
8913 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table()
8951 struct list_head *tmp_del_list) in hclge_build_del_list() argument
8959 list_move_tail(&mac_cfg->node, tmp_del_list); in hclge_build_del_list()
8975 struct list_head *tmp_del_list) in hclge_unsync_del_list() argument
8980 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, node) { in hclge_unsync_del_list()
9005 struct list_head tmp_del_list, *list; in hclge_rm_vport_all_mac_table() local
9015 INIT_LIST_HEAD(&tmp_del_list); in hclge_rm_vport_all_mac_table()
9022 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
9026 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
9030 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_rm_vport_all_mac_table()
9041 struct list_head tmp_del_list, *list; in hclge_uninit_vport_mac_list() local
9043 INIT_LIST_HEAD(&tmp_del_list); in hclge_uninit_vport_mac_list()
9054 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_uninit_vport_mac_list()
9065 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_uninit_vport_mac_list()
9067 if (!list_empty(&tmp_del_list)) in hclge_uninit_vport_mac_list()
9073 list_for_each_entry_safe(mac_node, tmp, &tmp_del_list, node) { in hclge_uninit_vport_mac_list()