Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A Datp.c211 static struct net_device *root_atp_dev; variable
361 lp->next_module = root_atp_dev; in atp_probe1()
362 root_atp_dev = dev; in atp_probe1()
875 while (root_atp_dev) { in atp_cleanup_module()
876 struct net_local *atp_local = netdev_priv(root_atp_dev); in atp_cleanup_module()
878 unregister_netdev(root_atp_dev); in atp_cleanup_module()
880 free_netdev(root_atp_dev); in atp_cleanup_module()
881 root_atp_dev = next_dev; in atp_cleanup_module()