Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A 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()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8880 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local
8885 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table()
8887 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclge_sync_vport_mac_table()
8898 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table()
8917 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_sync_vport_mac_table()
8925 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table()
8963 struct list_head *tmp_del_list) in hclge_build_del_list() argument
8971 list_move_tail(&mac_cfg->node, tmp_del_list); in hclge_build_del_list()
8987 struct list_head *tmp_del_list) in hclge_unsync_del_list() argument
8992 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, nod in hclge_unsync_del_list()
9017 struct list_head tmp_del_list, *list; hclge_rm_vport_all_mac_table() local
9053 struct list_head tmp_del_list, *list; hclge_uninit_vport_mac_list() local
[all...]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1104 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local
1108 INIT_LIST_HEAD(&tmp_del_list); in hclgevf_sync_mac_list()
1110 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclgevf_sync_mac_list()
1121 list_move_tail(&mac_node->node, &tmp_del_list); in hclgevf_sync_mac_list()
1141 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type); in hclgevf_sync_mac_list()
1149 hclgevf_sync_from_del_list(&tmp_del_list, list); in hclgevf_sync_mac_list()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1392 struct hlist_head *tmp_del_list, in i40e_correct_mac_vlan_filters() argument
1464 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_mac_vlan_filters()
1539 struct hlist_head *tmp_del_list, in i40e_correct_vf_mac_vlan_filters() argument
1575 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_vf_mac_vlan_filters()
2559 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local
2595 INIT_HLIST_HEAD(&tmp_del_list); in i40e_sync_vsi_filters()
2611 hlist_add_head(&f->hlist, &tmp_del_list); in i40e_sync_vsi_filters()
2641 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2645 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters()
2658 if (!hlist_empty(&tmp_del_list)) { in i40e_sync_vsi_filters()
[all …]