Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds