Home
last modified time | relevance | path

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

/u-boot/net/
A Deth_legacy.c63 if (!eth_devices) in eth_get_dev_by_name()
66 dev = eth_devices; in eth_get_dev_by_name()
83 if (!eth_devices) in eth_get_dev_by_index()
86 dev = eth_devices; in eth_get_dev_by_index()
113 if (!eth_devices) in on_ethaddr()
119 dev = eth_devices; in on_ethaddr()
197 if (!eth_devices) { in eth_register()
198 eth_devices = dev; in eth_register()
202 for (d = eth_devices; d->next != eth_devices; d = d->next) in eth_register()
219 if (!eth_devices) in eth_unregister()
[all …]

Completed in 3 milliseconds