Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
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-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c8947 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local
8952 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table()
8965 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table()
8984 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_sync_vport_mac_table()
8992 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table()
9030 struct list_head *tmp_del_list) in hclge_build_del_list() argument
9038 list_move_tail(&mac_cfg->node, tmp_del_list); in hclge_build_del_list()
9054 struct list_head *tmp_del_list) in hclge_unsync_del_list() argument
9059 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, node) { in hclge_unsync_del_list()
9084 struct list_head tmp_del_list, *list; in hclge_rm_vport_all_mac_table() local
[all …]
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1141 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local
1145 INIT_LIST_HEAD(&tmp_del_list); in hclgevf_sync_mac_list()
1158 list_move_tail(&mac_node->node, &tmp_del_list); in hclgevf_sync_mac_list()
1178 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type); in hclgevf_sync_mac_list()
1186 hclgevf_sync_from_del_list(&tmp_del_list, list); in hclgevf_sync_mac_list()
/linux-6.12.1/drivers/net/ethernet/intel/i40e/
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()
2551 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local
2587 INIT_HLIST_HEAD(&tmp_del_list); in i40e_sync_vsi_filters()
2603 hlist_add_head(&f->hlist, &tmp_del_list); in i40e_sync_vsi_filters()
2633 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2637 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2650 if (!hlist_empty(&tmp_del_list)) { in i40e_sync_vsi_filters()
[all …]