Searched refs:dev_mac8390 (Results 1 – 1 of 1) sorted by relevance
457 static struct net_device *dev_mac8390; variable461 dev_mac8390 = mac8390_probe(-1); in init_module()462 if (IS_ERR(dev_mac8390)) { in init_module()464 return PTR_ERR(dev_mac8390); in init_module()471 unregister_netdev(dev_mac8390); in cleanup_module()472 free_netdev(dev_mac8390); in cleanup_module()