Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h689 static __always_inline int eth_is_on_demand_init(void) in eth_is_on_demand_init() function
/OK3568_Linux_fs/u-boot/net/
H A Dnet.c408 if (eth_is_on_demand_init() || protocol != NETCONS) { in net_loop()