Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dnetconsole.c195 net_loop(NETCONS); /* wait for arp reply and send packet */ in nc_send_packet()
205 eth_set_last_protocol(NETCONS); in nc_send_packet()
284 net_loop(NETCONS); in nc_stdio_getc()
318 net_loop(NETCONS); /* kind of poll */ in nc_stdio_tstc()
/rk3399_rockchip-uboot/net/
H A Dnet.c408 if (eth_is_on_demand_init() || protocol != NETCONS) { in net_loop()
501 case NETCONS: in net_loop()
630 if (protocol != NETCONS) in net_loop()
1334 case NETCONS: in net_check_prereq()
/rk3399_rockchip-uboot/include/
H A Dnet.h540 BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, enumerator
694 return net_loop_last_protocol != NETCONS; in eth_is_on_demand_init()