Searched refs:eth_devices (Results 1 – 1 of 1) sorted by relevance
39 static struct eth_device *eth_devices; variable58 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 …]