Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_arfs.c264 HLIST_HEAD(tmp_del_list); in ice_sync_arfs_fltrs()
280 &tmp_del_list); in ice_sync_arfs_fltrs()
284 ice_arfs_del_flow_rules(pf_vsi, &tmp_del_list); in ice_sync_arfs_fltrs()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c8852 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local
8857 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table()
8870 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table()
8889 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_sync_vport_mac_table()
8897 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table()
8935 struct list_head *tmp_del_list) in hclge_build_del_list() argument
8943 list_move_tail(&mac_cfg->node, tmp_del_list); in hclge_build_del_list()
8959 struct list_head *tmp_del_list) in hclge_unsync_del_list() argument
8964 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, node) { in hclge_unsync_del_list()
8989 struct list_head tmp_del_list, *list; in hclge_rm_vport_all_mac_table() local
[all …]
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1103 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local
1107 INIT_LIST_HEAD(&tmp_del_list); in hclgevf_sync_mac_list()
1120 list_move_tail(&mac_node->node, &tmp_del_list); in hclgevf_sync_mac_list()
1140 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type); in hclgevf_sync_mac_list()
1148 hclgevf_sync_from_del_list(&tmp_del_list, list); in hclgevf_sync_mac_list()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_main.c1368 struct hlist_head *tmp_del_list, in i40e_correct_mac_vlan_filters() argument
1438 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_mac_vlan_filters()
1513 struct hlist_head *tmp_del_list, in i40e_correct_vf_mac_vlan_filters() argument
1547 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_vf_mac_vlan_filters()
2529 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local
2565 INIT_HLIST_HEAD(&tmp_del_list); in i40e_sync_vsi_filters()
2581 hlist_add_head(&f->hlist, &tmp_del_list); in i40e_sync_vsi_filters()
2610 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2614 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2627 if (!hlist_empty(&tmp_del_list)) { in i40e_sync_vsi_filters()
[all …]