Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A 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 …]
/openbmc/u-boot/cmd/
H A Dnet.c245 size = net_loop(proto); in netboot_common()
282 if (net_loop(PING) < 0) { in do_ping()
325 r = net_loop(CDP); in do_cdp()
368 if (net_loop(SNTP) < 0) { in do_sntp()
414 if (net_loop(DNS) < 0) { in do_dns()
436 if (net_loop(LINKLOCAL) < 0) in do_link_local()
465 if (net_loop(NCSI) < 0) in do_ncsi()
H A Dwol.c23 if (net_loop(WOL) < 0) in do_wol()
H A Dfastboot.c22 int err = net_loop(FASTBOOT); in do_fastboot_udp()
H A Delf.c360 if (net_loop(TFTPGET) <= 0) in do_bootvx()
/openbmc/u-boot/drivers/net/
H A 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()
/openbmc/u-boot/doc/
H 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
/openbmc/u-boot/common/spl/
H A Dspl_net.c41 rv = net_loop(BOOTP); in spl_net_load_image()
/openbmc/u-boot/common/
H A Dupdate.c75 size = net_loop(TFTPGET); in update_load()
/openbmc/u-boot/net/
H A Dnet.c401 int net_loop(enum proto_t protocol) in net_loop() function
414 if (net_loop(NCSI) < 0) in net_loop()
/openbmc/u-boot/include/
H A Dnet.h575 int net_loop(enum proto_t);
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c427 return net_loop(TFTPGET); in tftp_read_file()
/openbmc/u-boot/
H A DREADME2254 80 common/cmd_net.c before calling net_loop()
2255 -81 common/cmd_net.c some error in net_loop() occurred
2256 81 common/cmd_net.c net_loop() back without error