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

/drivers/net/ethernet/ibm/emac/
H A Dcore.c124 static struct device_node *emac_boot_list[EMAC_BOOT_LIST_SIZE]; variable in typeref:struct:device_node
2330 if (dev->blist && dev->blist > emac_boot_list)
2703 if (emac_boot_list[i] == np)
2704 blist = &emac_boot_list[i];
2993 emac_boot_list[i++] = of_node_get(np);
3005 np = emac_boot_list[i];
3006 emac_boot_list[i] = emac_boot_list[j];
3007 emac_boot_list[j] = np;
3072 if (emac_boot_list[
[all...]

Completed in 15 milliseconds