Searched refs:devSMC9194 (Results 1 – 1 of 1) sorted by relevance
1502 static struct net_device *devSMC9194; variable1519 devSMC9194 = smc_init(-1); in init_module()1520 return PTR_ERR_OR_ZERO(devSMC9194); in init_module()1525 unregister_netdev(devSMC9194); in cleanup_module()1526 free_irq(devSMC9194->irq, devSMC9194); in cleanup_module()1527 release_region(devSMC9194->base_addr, SMC_IO_EXTENT); in cleanup_module()1528 free_netdev(devSMC9194); in cleanup_module()