Home
last modified time | relevance | path

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

/u-boot/net/
A Deth-uclass.c50 static int eth_errno; variable
109 eth_errno = uclass_get_device_by_seq(UCLASS_ETH, 0, in eth_get_dev()
111 if (eth_errno) in eth_get_dev()
112 eth_errno = uclass_first_device_err(UCLASS_ETH, in eth_get_dev()
114 if (eth_errno) in eth_get_dev()
128 eth_errno = device_probe(dev); in eth_set_dev()
129 if (eth_errno) in eth_set_dev()
330 ret = eth_errno; in eth_init()

Completed in 4 milliseconds