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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c266 HLIST_HEAD(tmp_add_list);
280 ice_arfs_update_flow_rules(pf_vsi, i, &tmp_add_list,
288 ice_arfs_add_flow_rules(pf_vsi, &tmp_add_list);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c890 /* from set_rx_mode or tmp_add_list */
904 /* only from tmp_add_list, the mac_node->state won't be
1045 /* if the mac address from tmp_add_list is not in the
1103 struct list_head tmp_add_list, tmp_del_list; local
1106 INIT_LIST_HEAD(&tmp_add_list);
1109 /* move the mac addr to the tmp_add_list and tmp_del_list, then
1129 list_add_tail(&new_node->node, &tmp_add_list);
1141 hclgevf_config_mac_list(hdev, &tmp_add_list, mac_type);
1149 hclgevf_sync_from_add_list(&tmp_add_list, list);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1353 * @tmp_add_list: list of filters ready to be added
1380 struct hlist_head *tmp_add_list,
1405 hlist_for_each_entry(new, tmp_add_list, hlist) {
1446 hlist_add_head(&new->hlist, tmp_add_list);
1508 * @tmp_add_list: list of filters ready to be added
1525 struct hlist_head *tmp_add_list,
1535 hlist_for_each_entry(new_mac, tmp_add_list, hlist) {
1555 hlist_add_head(&new_mac->hlist, tmp_add_list);
2544 struct hlist_head tmp_add_list, tmp_del_list; local
2579 INIT_HLIST_HEAD(&tmp_add_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...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8422 /* from set_rx_mode or tmp_add_list */
8436 /* only from tmp_add_list, the mac_node->state won't be
8801 /* if the mac address from tmp_add_list is not in the
8871 struct list_head tmp_add_list, tmp_del_list; local
8875 INIT_LIST_HEAD(&tmp_add_list);
8878 /* move the mac addr to the tmp_add_list and tmp_del_list, then
8897 list_add_tail(&new_node->node, &tmp_add_list);
8909 hclge_sync_vport_mac_list(vport, &tmp_add_list, mac_type);
8917 all_added = hclge_sync_from_add_list(&tmp_add_list, list);

Completed in 189 milliseconds