Home
last modified time | relevance | path

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

/external/u-boot/net/
Deth_legacy.c38 static struct eth_device *eth_devices; variable
57 if (!eth_devices) in eth_get_dev_by_name()
60 dev = eth_devices; in eth_get_dev_by_name()
68 } while (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()
88 } while (dev != eth_devices); in eth_get_dev_by_index()
107 if (!eth_devices) in on_ethaddr()
113 dev = eth_devices; in on_ethaddr()
127 } while (dev != eth_devices); in on_ethaddr()
[all …]