Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h206 struct list_head mc_mac_list; member
H A Dhclgevf_main.c962 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_update_mac_list()
1151 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_sync_mac_list()
1203 hclgevf_clear_list(&hdev->mac_table.mc_mac_list); in hclgevf_uninit_mac_list()
2298 INIT_LIST_HEAD(&hdev->mac_table.mc_mac_list); in hclgevf_state_init()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h1085 struct list_head mc_mac_list; /* Store VF multicast table */ member
H A Dhclge_main.c1873 INIT_LIST_HEAD(&vport->mc_mac_list); in hclge_alloc_vport()
8534 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_update_mac_list()
8958 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_sync_vport_mac_table()
9090 list = &vport->mc_mac_list; in hclge_rm_vport_all_mac_table()
9125 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_uninit_vport_mac_list()
10267 hclge_mac_node_convert_for_reset(&vport->mc_mac_list); in hclge_restore_mac_table_common()
H A Dhclge_debugfs.c2666 list = is_unicast ? &vport->uc_mac_list : &vport->mc_mac_list; in hclge_dbg_dump_mac_list()