Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dnetconsole.c188 if (eth_is_active(eth)) in nc_send_packet()
199 if (!eth_is_active(eth)) { in nc_send_packet()
306 if (eth_is_active(eth)) in nc_stdio_tstc()
/u-boot/net/
A Deth-uclass.c368 int eth_is_active(struct udevice *dev) in eth_is_active() function
388 if (!eth_is_active(current)) in eth_send()
415 if (!eth_is_active(current)) in eth_rx()
/u-boot/drivers/net/ldpaa_eth/
A Dldpaa_eth.c439 if (eth_is_active(dev)) in ldpaa_eth_open()
560 if (!eth_is_active(dev)) in ldpaa_eth_stop()
/u-boot/include/
A Dnet.h194 int eth_is_active(struct udevice *dev); /* Test device for active state */

Completed in 23 milliseconds