Searched refs:dev_mvme147_lance (Results 1 – 1 of 1) sorted by relevance
188 static struct net_device *dev_mvme147_lance; variable191 dev_mvme147_lance = mvme147lance_probe(-1); in init_module()192 if (IS_ERR(dev_mvme147_lance)) in init_module()193 return PTR_ERR(dev_mvme147_lance); in init_module()199 struct m147lance_private *lp = netdev_priv(dev_mvme147_lance); in cleanup_module()200 unregister_netdev(dev_mvme147_lance); in cleanup_module()202 free_netdev(dev_mvme147_lance); in cleanup_module()