Searched refs:pcnet32_dev (Results 1 – 1 of 1) sorted by relevance
92 static struct net_device *pcnet32_dev; variable1991 lp->next = pcnet32_dev; in pcnet32_probe1()1992 pcnet32_dev = dev; in pcnet32_probe1()3034 while (pcnet32_dev) { in pcnet32_cleanup_module()3035 struct pcnet32_private *lp = netdev_priv(pcnet32_dev); in pcnet32_cleanup_module()3037 unregister_netdev(pcnet32_dev); in pcnet32_cleanup_module()3038 pcnet32_free_ring(pcnet32_dev); in pcnet32_cleanup_module()3039 release_region(pcnet32_dev->base_addr, PCNET32_TOTAL_SIZE); in pcnet32_cleanup_module()3042 free_netdev(pcnet32_dev); in pcnet32_cleanup_module()3043 pcnet32_dev = next_dev; in pcnet32_cleanup_module()