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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c265 HLIST_HEAD(tmp_del_list);
281 &tmp_del_list);
285 ice_arfs_del_flow_rules(pf_vsi, &tmp_del_list);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1103 struct list_head tmp_add_list, tmp_del_list; local
1107 INIT_LIST_HEAD(&tmp_del_list);
1109 /* move the mac addr to the tmp_add_list and tmp_del_list, then
1120 list_move_tail(&mac_node->node, &tmp_del_list);
1140 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type);
1148 hclgevf_sync_from_del_list(&tmp_del_list, list);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8871 struct list_head tmp_add_list, tmp_del_list; local
8876 INIT_LIST_HEAD(&tmp_del_list);
8878 /* move the mac addr to the tmp_add_list and tmp_del_list, then
8889 list_move_tail(&mac_node->node, &tmp_del_list);
8908 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type);
8916 hclge_sync_from_del_list(&tmp_del_list, list);
8954 struct list_head *tmp_del_list)
8962 list_move_tail(&mac_cfg->node, tmp_del_list);
8978 struct list_head *tmp_del_list)
8983 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, nod
8952 hclge_build_del_list(struct list_head *list, bool is_del_list, struct list_head *tmp_del_list) argument
8974 hclge_unsync_del_list(struct hclge_vport *vport, int (*unsync)(struct hclge_vport *vport, const unsigned char *addr), bool is_del_list, struct list_head *tmp_del_list) argument
9008 struct list_head tmp_del_list, *list; local
9044 struct list_head tmp_del_list, *list; local
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1354 * @tmp_del_list: list of filters ready to be deleted
1381 struct hlist_head *tmp_del_list,
1451 hlist_add_head(&f->hlist, tmp_del_list);
1509 * @tmp_del_list: list of filters ready to be deleted
1526 struct hlist_head *tmp_del_list,
1560 hlist_add_head(&f->hlist, tmp_del_list);
2544 struct hlist_head tmp_add_list, tmp_del_list; local
2580 INIT_HLIST_HEAD(&tmp_del_list);
2596 hlist_add_head(&f->hlist, &tmp_del_list);
2625 (vsi, &tmp_add_list, &tmp_del_list,
1379 i40e_correct_mac_vlan_filters(struct i40e_vsi *vsi, struct hlist_head *tmp_add_list, struct hlist_head *tmp_del_list, int vlan_filters) argument
1524 i40e_correct_vf_mac_vlan_filters(struct i40e_vsi *vsi, struct hlist_head *tmp_add_list, struct hlist_head *tmp_del_list, int vlan_filters, bool trusted) argument
[all...]

Completed in 228 milliseconds