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

/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c117 static struct device_node *emac_boot_list[EMAC_BOOT_LIST_SIZE]; variable in typeref:struct:device_node
2432 if (dev->blist && dev->blist > emac_boot_list)
3051 if (emac_boot_list[i] == np)
3052 blist = &emac_boot_list[i];
3341 emac_boot_list[i++] = of_node_get(np);
3353 swap(emac_boot_list[i], emac_boot_list[j]);
3412 of_node_put(emac_boot_list[i]);

Completed in 145 milliseconds