Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Deth_legacy.c39 static struct eth_device *eth_devices; variable
58 if (!eth_devices) in eth_get_dev_by_name()
61 dev = eth_devices; in eth_get_dev_by_name()
69 } while (dev != eth_devices); in eth_get_dev_by_name()
78 if (!eth_devices) in eth_get_dev_by_index()
81 dev = eth_devices; in eth_get_dev_by_index()
89 } while (dev != eth_devices); in eth_get_dev_by_index()
108 if (!eth_devices) in on_ethaddr()
114 dev = eth_devices; in on_ethaddr()
128 } while (dev != eth_devices); in on_ethaddr()
[all …]