Searched refs:tmp_add_list (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 926 /* from set_rx_mode or tmp_add_list */ in hclgevf_update_mac_node() 940 /* only from tmp_add_list, the mac_node->state won't be in hclgevf_update_mac_node() 1081 /* if the mac address from tmp_add_list is not in the in hclgevf_sync_from_add_list() 1139 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local 1142 INIT_LIST_HEAD(&tmp_add_list); in hclgevf_sync_mac_list() 1145 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclgevf_sync_mac_list() 1165 list_add_tail(&new_node->node, &tmp_add_list); in hclgevf_sync_mac_list() 1177 hclgevf_config_mac_list(hdev, &tmp_add_list, mac_type); in hclgevf_sync_mac_list() 1185 hclgevf_sync_from_add_list(&tmp_add_list, list); in hclgevf_sync_mac_list()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 1356 * @tmp_add_list: list of filters ready to be added 1383 struct hlist_head *tmp_add_list, in i40e_correct_mac_vlan_filters() argument 1408 hlist_for_each_entry(new, tmp_add_list, hlist) { in i40e_correct_mac_vlan_filters() 1451 hlist_add_head(&new->hlist, tmp_add_list); in i40e_correct_mac_vlan_filters() 1513 * @tmp_add_list: list of filters ready to be added 1530 struct hlist_head *tmp_add_list, in i40e_correct_vf_mac_vlan_filters() argument 1540 hlist_for_each_entry(new_mac, tmp_add_list, hlist) { in i40e_correct_vf_mac_vlan_filters() 1562 hlist_add_head(&new_mac->hlist, tmp_add_list); in i40e_correct_vf_mac_vlan_filters() 2525 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local 2560 INIT_HLIST_HEAD(&tmp_add_list); in i40e_sync_vsi_filters() [all...] |
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 8514 /* from set_rx_mode or tmp_add_list */ in hclge_update_mac_node() 8528 /* only from tmp_add_list, the mac_node->state won't be in hclge_update_mac_node() 8893 /* if the mac address from tmp_add_list is not in the in hclge_sync_from_add_list() 8963 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local 8967 INIT_LIST_HEAD(&tmp_add_list); in hclge_sync_vport_mac_table() 8970 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclge_sync_vport_mac_table() 8989 list_add_tail(&new_node->node, &tmp_add_list); in hclge_sync_vport_mac_table() 9001 hclge_sync_vport_mac_list(vport, &tmp_add_list, mac_type); in hclge_sync_vport_mac_table() 9009 all_added = hclge_sync_from_add_list(&tmp_add_list, list); in hclge_sync_vport_mac_table()
|