Searched refs:uc_mac_list (Results 1 – 2 of 2) sorted by relevance
921 struct list_head uc_mac_list; /* Store VF unicast table */ member
1656 INIT_LIST_HEAD(&vport->uc_mac_list); in hclge_alloc_vport()7319 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_add_vport_mac_table()7333 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_rm_vport_mac_table()7360 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_rm_vport_all_mac_table()7386 list_for_each_entry_safe(mac, tmp, &vport->uc_mac_list, node) { in hclge_uninit_vport_mac_table()