Searched refs:root_atp_dev (Results 1 – 1 of 1) sorted by relevance
211 static struct net_device *root_atp_dev; variable361 lp->next_module = root_atp_dev; in atp_probe1()362 root_atp_dev = dev; in atp_probe1()873 while (root_atp_dev) { in atp_cleanup_module()874 struct net_local *atp_local = netdev_priv(root_atp_dev); in atp_cleanup_module()876 unregister_netdev(root_atp_dev); in atp_cleanup_module()878 free_netdev(root_atp_dev); in atp_cleanup_module()879 root_atp_dev = next_dev; in atp_cleanup_module()