Searched refs:dev_mvme147_lance (Results 1 – 1 of 1) sorted by relevance
187 static struct net_device *dev_mvme147_lance; variable190 dev_mvme147_lance = mvme147lance_probe(-1); in init_module()191 if (IS_ERR(dev_mvme147_lance)) in init_module()192 return PTR_ERR(dev_mvme147_lance); in init_module()198 struct m147lance_private *lp = netdev_priv(dev_mvme147_lance); in cleanup_module()199 unregister_netdev(dev_mvme147_lance); in cleanup_module()201 free_netdev(dev_mvme147_lance); in cleanup_module()