Searched refs:devSMC9194 (Results 1 – 1 of 1) sorted by relevance
1563 static struct net_device *devSMC9194; variable1580 devSMC9194 = smc_init(-1); in init_module()1581 if (IS_ERR(devSMC9194)) in init_module()1582 return PTR_ERR(devSMC9194); in init_module()1588 unregister_netdev(devSMC9194); in cleanup_module()1589 free_irq(devSMC9194->irq, devSMC9194); in cleanup_module()1590 release_region(devSMC9194->base_addr, SMC_IO_EXTENT); in cleanup_module()1591 free_netdev(devSMC9194); in cleanup_module()