Searched refs:el3_root_dev (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c509.c129 static struct net_device *el3_root_dev; variable in typeref:struct:net_device
522 lp->next_dev = el3_root_dev;
523 el3_root_dev = dev;
1466 el3_root_dev = NULL;
1469 el3_root_dev->irq = irq[el3_cards];
1471 el3_root_dev->if_port = xcvr[el3_cards];
1492 while (el3_root_dev) {
1493 struct el3_private *lp = netdev_priv(el3_root_dev);
1496 el3_common_remove (el3_root_dev);
1497 el3_root_dev
[all...]

Completed in 48 milliseconds