Searched refs:el3_root_dev (Results 1 – 1 of 1) sorted by relevance
172 static struct net_device *el3_root_dev; variable537 lp->next_dev = el3_root_dev; in el3_probe()539 el3_root_dev = dev; in el3_probe()1436 el3_root_dev = NULL; in init_module()1439 el3_root_dev->irq = irq[el3_cards]; in init_module()1441 el3_root_dev->if_port = xcvr[el3_cards]; in init_module()1454 while (el3_root_dev) { in cleanup_module()1455 struct el3_private *lp = (struct el3_private *)el3_root_dev->priv; in cleanup_module()1466 unregister_netdev(el3_root_dev); in cleanup_module()1467 release_region(el3_root_dev->base_addr, EL3_IO_EXTENT); in cleanup_module()[all …]