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