Home
last modified time | relevance | path

Searched refs:eth_is_on_demand_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dnetconsole.c202 if (eth_is_on_demand_init()) { in nc_send_packet()
219 if (eth_is_on_demand_init()) in nc_send_packet()
/openbmc/u-boot/include/
H A Dnet.h687 static __always_inline int eth_is_on_demand_init(void) in eth_is_on_demand_init() function
/openbmc/u-boot/net/
H A Dnet.c423 if (eth_is_on_demand_init() || protocol != NETCONS) { in net_loop()