Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Deth.c178 ut_assertok(net_loop(PING)); in dm_test_eth()
182 ut_assertok(net_loop(PING)); in dm_test_eth()
186 ut_assertok(net_loop(PING)); in dm_test_eth()
197 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
201 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
206 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
210 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
224 ut_assertok(net_loop(PING)); in dm_test_eth_prime()
230 ut_assertok(net_loop(PING)); in dm_test_eth_prime()
332 ut_assertok(net_loop(PING)); in _dm_test_eth_rotate1()
[all …]
A Ddsa.c70 ut_assertok(net_loop(PING)); in dm_test_dsa()
73 ut_assertok(net_loop(PING)); in dm_test_dsa()
75 ut_assertok(net_loop(PING)); in dm_test_dsa()
/u-boot/cmd/
A Dnet.c430 size = net_loop(proto); in netboot_common()
468 if (net_loop(PING) < 0) { in do_ping()
492 if (net_loop(PING6) < 0) { in do_ping6()
537 r = net_loop(CDP); in do_cdp()
632 if (net_loop(DNS) < 0) { in do_dns()
654 if (net_loop(LINKLOCAL) < 0) in do_link_local()
730 if (net_loop(NCSI) < 0) in do_ncsi()
A Dwol.c23 if (net_loop(WOL) < 0) in do_wol()
A Dfastboot.c29 err = net_loop(FASTBOOT_UDP); in do_fastboot_udp()
49 err = net_loop(FASTBOOT_TCP); in do_fastboot_tcp()
A Delf.c126 if (net_loop(TFTPGET) <= 0) in do_bootvx()
/u-boot/net/
A Dudp.c42 ret = net_loop(UDP); in udp_loop()
A Dnet.c379 net_loop(RS); in net_init_loop()
430 int net_loop(enum proto_t protocol) in net_loop() function
447 if (net_loop(NCSI) < 0) in net_loop()
/u-boot/drivers/net/
A Dnetconsole.c193 net_loop(NETCONS); /* wait for arp reply and send packet */ in nc_send_packet()
282 net_loop(NETCONS); in nc_stdio_getc()
312 net_loop(NETCONS); /* kind of poll */ in nc_stdio_tstc()
/u-boot/doc/
A 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
/u-boot/common/spl/
A Dspl_net.c44 rv = net_loop(BOOTP); in spl_net_load_image()
/u-boot/common/
A Dupdate.c57 size = net_loop(TFTPGET); in update_load()
/u-boot/include/
A Dnet.h554 int net_loop(enum proto_t);
/u-boot/cmd/mvebu/
A Dbubt.c657 ret = net_loop(TFTPGET); in tftp_read_file()
/u-boot/boot/
A DKconfig1113 80 common/cmd_net.c before calling net_loop()
1114 -81 common/cmd_net.c some error in net_loop() occurred
1115 81 common/cmd_net.c net_loop() back without error

Completed in 35 milliseconds