Searched refs:eth_is_active (Results 1 – 5 of 5) sorted by relevance
192 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()
337 int eth_is_active(struct udevice *dev) in eth_is_active() function357 if (!eth_is_active(current)) in eth_send()384 if (!eth_is_active(current)) in eth_rx()
354 int eth_is_active(struct eth_device *dev) in eth_is_active() function
184 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 */
530 if (eth_is_active(dev))667 if (!eth_is_active(dev))
Completed in 9 milliseconds