Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h256 struct list_head uc_mac_list; member
Dhclgevf_main.c1331 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_update_mac_list()
1519 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_sync_mac_list()
1571 hclgevf_clear_list(&hdev->mac_table.uc_mac_list); in hclgevf_uninit_mac_list()
2623 INIT_LIST_HEAD(&hdev->mac_table.uc_mac_list); in hclgevf_state_init()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h936 struct list_head uc_mac_list; /* Store VF unicast table */ member
Dhclge_main.c1784 INIT_LIST_HEAD(&vport->uc_mac_list); in hclge_alloc_vport()
7459 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_update_mac_list()
7845 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_sync_vport_mac_table()
7935 list = &vport->uc_mac_list; in hclge_rm_vport_all_mac_table()
8004 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_uninit_vport_mac_list()
8218 struct list_head *list = &vport->uc_mac_list; in hclge_update_mac_node_for_dev_addr()
8943 hclge_mac_node_convert_for_reset(&vport->uc_mac_list); in hclge_restore_mac_table_common()
Dhclge_debugfs.c1477 list = is_unicast ? &vport->uc_mac_list : &vport->mc_mac_list; in hclge_dbg_dump_mac_list()