Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
Dsun3lance.c938 static struct net_device *sun3lance_dev; variable
942 sun3lance_dev = sun3lance_probe(-1); in init_module()
943 return PTR_ERR_OR_ZERO(sun3lance_dev); in init_module()
948 unregister_netdev(sun3lance_dev); in cleanup_module()
950 iounmap((void __iomem *)sun3lance_dev->base_addr); in cleanup_module()
952 free_netdev(sun3lance_dev); in cleanup_module()