Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dnetconsole.c191 if (eth_is_active(eth)) in nc_send_packet()
202 if (!eth_is_active(eth)) { in nc_send_packet()
313 if (eth_is_active(eth)) in nc_stdio_tstc()
/external/u-boot/net/
Deth-uclass.c311 if (!current || !eth_is_active(current)) in eth_halt()
320 int eth_is_active(struct udevice *dev) in eth_is_active() function
340 if (!eth_is_active(current)) in eth_send()
367 if (!eth_is_active(current)) in eth_rx()
Deth_legacy.c349 int eth_is_active(struct eth_device *dev) in eth_is_active() function
/external/u-boot/include/
Dnet.h163 int eth_is_active(struct udevice *dev); /* Test device for active state */
208 int eth_is_active(struct eth_device *dev); /* Test device for active state */