Home
last modified time | relevance | path

Searched refs:sun3lance_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/amd/
Dsun3lance.c940 static struct net_device *sun3lance_dev; variable
944 sun3lance_dev = sun3lance_probe(-1); in init_module()
945 return PTR_ERR_OR_ZERO(sun3lance_dev); in init_module()
950 unregister_netdev(sun3lance_dev); in cleanup_module()
952 iounmap((void __iomem *)sun3lance_dev->base_addr); in cleanup_module()
954 free_netdev(sun3lance_dev); in cleanup_module()