Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dnetconsole.c192 if (eth_is_active(eth)) in nc_send_packet()
203 if (!eth_is_active(eth)) { in nc_send_packet()
314 if (eth_is_active(eth)) in nc_stdio_tstc()
/u-boot/net/
A Deth-uclass.c337 int eth_is_active(struct udevice *dev) in eth_is_active() function
357 if (!eth_is_active(current)) in eth_send()
384 if (!eth_is_active(current)) in eth_rx()
A Deth_legacy.c354 int eth_is_active(struct eth_device *dev) in eth_is_active() function
/u-boot/include/
A Dnet.h184 int eth_is_active(struct udevice *dev); /* Test device for active state */
229 int eth_is_active(struct eth_device *dev); /* Test device for active state */
/u-boot/drivers/net/ldpaa_eth/
A Dldpaa_eth.c530 if (eth_is_active(dev))
667 if (!eth_is_active(dev))

Completed in 9 milliseconds