Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Deth_legacy.c57 if (!eth_devices) in eth_get_dev_by_name()
60 dev = eth_devices; in eth_get_dev_by_name()
77 if (!eth_devices) in eth_get_dev_by_index()
80 dev = eth_devices; in eth_get_dev_by_index()
107 if (!eth_devices) in on_ethaddr()
113 dev = eth_devices; in on_ethaddr()
191 if (!eth_devices) { in eth_register()
192 eth_devices = dev; in eth_register()
196 for (d = eth_devices; d->next != eth_devices; d = d->next) in eth_register()
213 if (!eth_devices) in eth_unregister()
[all …]