Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Deth-uclass.c37 static int eth_errno; variable
71 eth_errno = uclass_first_device(UCLASS_ETH, in eth_get_dev()
84 eth_errno = device_probe(dev); in eth_set_dev()
85 if (eth_errno) in eth_set_dev()
284 ret = eth_errno; in eth_init()