Searched refs:eth_is_active (Results 1 – 4 of 4) sorted by relevance
188 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()
368 int eth_is_active(struct udevice *dev) in eth_is_active() function388 if (!eth_is_active(current)) in eth_send()415 if (!eth_is_active(current)) in eth_rx()
439 if (eth_is_active(dev)) in ldpaa_eth_open()560 if (!eth_is_active(dev)) in ldpaa_eth_stop()
194 int eth_is_active(struct udevice *dev); /* Test device for active state */
Completed in 23 milliseconds