Searched refs:pcnet32_dev (Results 1 – 1 of 1) sorted by relevance
92 static struct net_device *pcnet32_dev; variable1931 lp->next = pcnet32_dev; in pcnet32_probe1()1932 pcnet32_dev = dev; in pcnet32_probe1()2965 while (pcnet32_dev) { in pcnet32_cleanup_module()2966 struct pcnet32_private *lp = netdev_priv(pcnet32_dev); in pcnet32_cleanup_module()2968 unregister_netdev(pcnet32_dev); in pcnet32_cleanup_module()2969 pcnet32_free_ring(pcnet32_dev); in pcnet32_cleanup_module()2970 release_region(pcnet32_dev->base_addr, PCNET32_TOTAL_SIZE); in pcnet32_cleanup_module()2973 free_netdev(pcnet32_dev); in pcnet32_cleanup_module()2974 pcnet32_dev = next_dev; in pcnet32_cleanup_module()