Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dnetconsole.c202 if (eth_is_on_demand_init()) { in nc_send_packet()
219 if (eth_is_on_demand_init()) in nc_send_packet()
/external/u-boot/include/
Dnet.h685 static __always_inline int eth_is_on_demand_init(void) in eth_is_on_demand_init() function
/external/u-boot/net/
Dnet.c416 if (eth_is_on_demand_init() || protocol != NETCONS) { in net_loop()