Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Deth.c30 ut_assertok(net_loop(PING)); in dm_test_eth()
34 ut_assertok(net_loop(PING)); in dm_test_eth()
38 ut_assertok(net_loop(PING)); in dm_test_eth()
49 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
53 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
58 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
62 ut_assertok(net_loop(PING)); in dm_test_eth_alias()
76 ut_assertok(net_loop(PING)); in dm_test_eth_prime()
82 ut_assertok(net_loop(PING)); in dm_test_eth_prime()
132 ut_asserteq(-ENODEV, net_loop(PING)); in dm_test_eth_act()
[all …]
/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c343 size = net_loop(proto); in netboot_common()
380 if (net_loop(PING) < 0) { in do_ping()
423 r = net_loop(CDP); in do_cdp()
466 if (net_loop(SNTP) < 0) { in do_sntp()
512 if (net_loop(DNS) < 0) { in do_dns()
534 if (net_loop(LINKLOCAL) < 0) in do_link_local()
H A Delf.c230 if (net_loop(TFTPGET) <= 0) in do_bootvx()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/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
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_net.c44 rv = net_loop(BOOTP);
/OK3568_Linux_fs/u-boot/net/
H A Dnet.su
H A Dnet.c397 int net_loop(enum proto_t protocol) in net_loop() function
/OK3568_Linux_fs/u-boot/common/
H A Dupdate.c75 size = net_loop(TFTPGET); in update_load()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h590 int net_loop(enum proto_t);
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c428 return net_loop(TFTPGET); in tftp_read_file()
/OK3568_Linux_fs/u-boot/
H A DREADME2510 80 common/cmd_net.c before calling net_loop()
2511 -81 common/cmd_net.c some error in net_loop() occurred
2512 81 common/cmd_net.c net_loop() back without error
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym