Searched refs:pcnet32_dev (Results 1 – 1 of 1) sorted by relevance
88 static struct net_device *pcnet32_dev; variable1989 lp->next = pcnet32_dev; in pcnet32_probe1()1990 pcnet32_dev = dev; in pcnet32_probe1()3024 while (pcnet32_dev) { in pcnet32_cleanup_module()3025 struct pcnet32_private *lp = netdev_priv(pcnet32_dev); in pcnet32_cleanup_module()3027 unregister_netdev(pcnet32_dev); in pcnet32_cleanup_module()3028 pcnet32_free_ring(pcnet32_dev); in pcnet32_cleanup_module()3029 release_region(pcnet32_dev->base_addr, PCNET32_TOTAL_SIZE); in pcnet32_cleanup_module()3032 free_netdev(pcnet32_dev); in pcnet32_cleanup_module()3033 pcnet32_dev = next_dev; in pcnet32_cleanup_module()