Home
last modified time | relevance | path

Searched refs:net_loop (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/test/dm/
Deth.c27 ut_assertok(net_loop(PING)); in dm_test_eth()
31 ut_assertok(net_loop(PING)); in dm_test_eth()
35 ut_assertok(net_loop(PING)); in dm_test_eth()
46 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
50 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
55 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
59 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
73 ut_assertok(net_loop(PING)); in dm_test_eth_prime()
79 ut_assertok(net_loop(PING)); in dm_test_eth_prime()
130 ut_asserteq(-ENODEV, net_loop(PING)); in dm_test_eth_act()
[all …]
/external/u-boot/cmd/
Dnet.c239 size = net_loop(proto); in netboot_common()
276 if (net_loop(PING) < 0) { in do_ping()
319 r = net_loop(CDP); in do_cdp()
362 if (net_loop(SNTP) < 0) { in do_sntp()
408 if (net_loop(DNS) < 0) { in do_dns()
430 if (net_loop(LINKLOCAL) < 0) in do_link_local()
Dwol.c23 if (net_loop(WOL) < 0) in do_wol()
Dfastboot.c21 int err = net_loop(FASTBOOT); in do_fastboot_udp()
Delf.c277 if (net_loop(TFTPGET) <= 0) in do_bootvx()
/external/u-boot/drivers/net/
Dnetconsole.c195 net_loop(NETCONS); /* wait for arp reply and send packet */ in nc_send_packet()
284 net_loop(NETCONS); in nc_stdio_getc()
318 net_loop(NETCONS); /* kind of poll */ in nc_stdio_tstc()
/external/u-boot/doc/
DREADME.link-local35 avoid conflicts, however this can only happen when the net_loop
39 Using NetConsole is one way to ensure that net_loop is always
/external/u-boot/common/spl/
Dspl_net.c41 rv = net_loop(BOOTP); in spl_net_load_image()
/external/u-boot/common/
Dupdate.c75 size = net_loop(TFTPGET); in update_load()
/external/u-boot/include/
Dnet.h586 int net_loop(enum proto_t);
/external/u-boot/cmd/mvebu/
Dbubt.c427 return net_loop(TFTPGET); in tftp_read_file()
/external/u-boot/net/
Dnet.c404 int net_loop(enum proto_t protocol) in net_loop() function
/external/u-boot/
DREADME2361 80 common/cmd_net.c before calling net_loop()
2362 -81 common/cmd_net.c some error in net_loop() occurred
2363 81 common/cmd_net.c net_loop() back without error