Searched refs:mc_mac_list (Results 1 – 2 of 2) sorted by relevance
922 struct list_head mc_mac_list; /* Store VF multicast table */ member
1657 INIT_LIST_HEAD(&vport->mc_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()7391 list_for_each_entry_safe(mac, tmp, &vport->mc_mac_list, node) { in hclge_uninit_vport_mac_table()