Home
last modified time | relevance | path

Searched refs:e100_devices (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/net/
H A Deepro100.c1899 static E100PCIDeviceInfo e100_devices[] = { variable
2043 for (i = 0; i < ARRAY_SIZE(e100_devices); i++) { in eepro100_get_class_by_name()
2044 if (strcmp(e100_devices[i].name, typename) == 0) { in eepro100_get_class_by_name()
2045 info = &e100_devices[i]; in eepro100_get_class_by_name()
2089 for (i = 0; i < ARRAY_SIZE(e100_devices); i++) { in eepro100_register_types()
2091 E100PCIDeviceInfo *info = &e100_devices[i]; in eepro100_register_types()