Searched refs:tmp_del_list (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_arfs.c | 264 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-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 8932 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local 8937 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table() 8950 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table() 8969 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_sync_vport_mac_table() 8977 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table() 9015 struct list_head *tmp_del_list) in hclge_build_del_list() argument 9023 list_move_tail(&mac_cfg->node, tmp_del_list); in hclge_build_del_list() 9039 struct list_head *tmp_del_list) in hclge_unsync_del_list() argument 9044 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, node) { in hclge_unsync_del_list() 9069 struct list_head tmp_del_list, *list; in hclge_rm_vport_all_mac_table() local [all …]
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 1155 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local 1159 INIT_LIST_HEAD(&tmp_del_list); in hclgevf_sync_mac_list() 1172 list_move_tail(&mac_node->node, &tmp_del_list); in hclgevf_sync_mac_list() 1192 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type); in hclgevf_sync_mac_list() 1200 hclgevf_sync_from_del_list(&tmp_del_list, list); in hclgevf_sync_mac_list()
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 1368 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() 2535 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local 2571 INIT_HLIST_HEAD(&tmp_del_list); in i40e_sync_vsi_filters() 2587 hlist_add_head(&f->hlist, &tmp_del_list); in i40e_sync_vsi_filters() 2616 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters() 2620 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters() 2633 if (!hlist_empty(&tmp_del_list)) { in i40e_sync_vsi_filters() [all …]
|