Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.h267 struct list_head uc_mac_list; member
A Dhclgevf_main.c1425 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_update_mac_list()
1611 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_sync_mac_list()
1662 hclgevf_clear_list(&hdev->mac_table.uc_mac_list); in hclgevf_uninit_mac_list()
2778 INIT_LIST_HEAD(&hdev->mac_table.uc_mac_list); in hclgevf_state_init()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h1086 struct list_head uc_mac_list; /* Store VF unicast table */ member
A Dhclge_main.c1962 INIT_LIST_HEAD(&vport->uc_mac_list); in hclge_alloc_vport()
8751 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_update_mac_list()
9167 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_sync_vport_mac_table()
9296 list = &vport->uc_mac_list; in hclge_rm_vport_all_mac_table()
9334 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_uninit_vport_mac_list()
9506 struct list_head *list = &vport->uc_mac_list; in hclge_update_mac_node_for_dev_addr()
10393 hclge_mac_node_convert_for_reset(&vport->uc_mac_list); in hclge_restore_mac_table_common()
A Dhclge_debugfs.c1947 list = is_unicast ? &vport->uc_mac_list : &vport->mc_mac_list; in hclge_dbg_dump_mac_list()

Completed in 60 milliseconds