Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dnetconsole.c190 if (eth_is_active(eth)) in nc_send_packet()
201 if (!eth_is_active(eth)) { in nc_send_packet()
312 if (eth_is_active(eth)) in nc_stdio_tstc()
/openbmc/u-boot/net/
H A Deth-uclass.c310 if (!current || !eth_is_active(current)) in eth_halt()
319 int eth_is_active(struct udevice *dev) in eth_is_active() function
339 if (!eth_is_active(current)) in eth_send()
362 if (!eth_is_active(current)) in eth_rx()
H A Deth_legacy.c348 int eth_is_active(struct eth_device *dev) in eth_is_active() function
/openbmc/u-boot/include/
H A Dnet.h159 int eth_is_active(struct udevice *dev); /* Test device for active state */
204 int eth_is_active(struct eth_device *dev); /* Test device for active state */