Searched refs:nfeth_dev (Results 1 – 1 of 1) sorted by relevance
59 static struct net_device *nfeth_dev[MAX_UNIT]; variable136 if (mask & m && nfeth_dev[i]) { in nfeth_interrupt()137 recv_packet(nfeth_dev[i]); in nfeth_interrupt()246 nfeth_dev[i] = nfeth_probe(i); in nfeth_init()256 if (nfeth_dev[i]) { in nfeth_cleanup()257 unregister_netdev(nfeth_dev[i]); in nfeth_cleanup()258 free_netdev(nfeth_dev[i]); in nfeth_cleanup()