Searched refs:devSMC9194 (Results 1 – 1 of 1) sorted by relevance
1503 static struct net_device *devSMC9194; variable1520 devSMC9194 = smc_init(-1); in smc_init_module()1521 return PTR_ERR_OR_ZERO(devSMC9194); in smc_init_module()1527 unregister_netdev(devSMC9194); in smc_cleanup_module()1528 free_irq(devSMC9194->irq, devSMC9194); in smc_cleanup_module()1529 release_region(devSMC9194->base_addr, SMC_IO_EXTENT); in smc_cleanup_module()1530 free_netdev(devSMC9194); in smc_cleanup_module()