Searched refs:mc_mac_list (Results 1 – 5 of 5) sorted by relevance
206 struct list_head mc_mac_list; member
976 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_update_mac_list()1165 &hdev->mac_table.uc_mac_list : &hdev->mac_table.mc_mac_list; in hclgevf_sync_mac_list()1217 hclgevf_clear_list(&hdev->mac_table.mc_mac_list); in hclgevf_uninit_mac_list()2294 INIT_LIST_HEAD(&hdev->mac_table.mc_mac_list); in hclgevf_state_init()
1063 struct list_head mc_mac_list; /* Store VF multicast table */ member
1908 INIT_LIST_HEAD(&vport->mc_mac_list); in hclge_alloc_vport()8519 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_update_mac_list()8943 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_sync_vport_mac_table()9075 list = &vport->mc_mac_list; in hclge_rm_vport_all_mac_table()9110 &vport->uc_mac_list : &vport->mc_mac_list; in hclge_uninit_vport_mac_list()10251 hclge_mac_node_convert_for_reset(&vport->mc_mac_list); in hclge_restore_mac_table_common()
2002 list = is_unicast ? &vport->uc_mac_list : &vport->mc_mac_list; in hclge_dbg_dump_mac_list()
Completed in 40 milliseconds