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