Home
last modified time | relevance | path

Searched refs:mc_mac_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h922 struct list_head mc_mac_list; /* Store VF multicast table */ member
Dhclge_main.c1657 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()