Home
last modified time | relevance | path

Searched refs:tmp_del_list (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c265 HLIST_HEAD(tmp_del_list); in ice_sync_arfs_fltrs()
281 &tmp_del_list); in ice_sync_arfs_fltrs()
285 ice_arfs_del_flow_rules(pf_vsi, &tmp_del_list); in ice_sync_arfs_fltrs()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8963 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local
8968 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table()
8981 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table()
9000 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_sync_vport_mac_table()
9008 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table()
9046 struct list_head *tmp_del_list) in hclge_build_del_list() argument
9054 list_move_tail(&mac_cfg->node, tmp_del_list); in hclge_build_del_list()
9070 struct list_head *tmp_del_list) in hclge_unsync_del_list() argument
9075 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, node) { in hclge_unsync_del_list()
9100 struct list_head tmp_del_list, *list; in hclge_rm_vport_all_mac_table() local
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1139 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local
1143 INIT_LIST_HEAD(&tmp_del_list); in hclgevf_sync_mac_list()
1156 list_move_tail(&mac_node->node, &tmp_del_list); in hclgevf_sync_mac_list()
1176 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type); in hclgevf_sync_mac_list()
1184 hclgevf_sync_from_del_list(&tmp_del_list, list); in hclgevf_sync_mac_list()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1382 struct hlist_head *tmp_del_list, in i40e_correct_mac_vlan_filters() argument
1454 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_mac_vlan_filters()
1529 struct hlist_head *tmp_del_list, in i40e_correct_vf_mac_vlan_filters() argument
1565 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_vf_mac_vlan_filters()
2527 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local
2563 INIT_HLIST_HEAD(&tmp_del_list); in i40e_sync_vsi_filters()
2579 hlist_add_head(&f->hlist, &tmp_del_list); in i40e_sync_vsi_filters()
2609 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2613 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2626 if (!hlist_empty(&tmp_del_list)) { in i40e_sync_vsi_filters()
[all …]