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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h205 struct list_head uc_mac_list; member in struct:hclgevf_mac_table_cfg
H A Dhclgevf_main.c924 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list;
1113 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list;
1164 hclgevf_clear_list(&hdev->mac_table.uc_mac_list);
2260 INIT_LIST_HEAD(&hdev->mac_table.uc_mac_list);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h1079 struct list_head uc_mac_list; /* Store VF unicast table */ member in struct:hclge_vport
H A Dhclge_main.c1823 INIT_LIST_HEAD(&vport->uc_mac_list);
8458 &vport->uc_mac_list : &vport->mc_mac_list;
8882 &vport->uc_mac_list : &vport->mc_mac_list;
9011 list = &vport->uc_mac_list;
9049 &vport->uc_mac_list : &vport->mc_mac_list;
9229 struct list_head *list = &vport->uc_mac_list;
10185 hclge_mac_node_convert_for_reset(&vport->uc_mac_list);
H A Dhclge_debugfs.c2028 list = is_unicast ? &vport->uc_mac_list : &vport->mc_mac_list;

Completed in 231 milliseconds