Home
last modified time | relevance | path

Searched refs:net_boot_file_size (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dtftp.c204 if (net_boot_file_size < newsize) in store_block()
205 net_boot_file_size = newsize; in store_block()
234 tosend = min(net_boot_file_size - offset, tosend); in load_block()
321 print_size(net_boot_file_size / in tftp_complete()
370 0, net_boot_file_size, 0); in tftp_send()
798 net_boot_file_size = save_size; in tftp_start()
H A Dnet.c173 u32 net_boot_file_size; variable
445 net_boot_file_size = 0; in net_loop()
624 if (net_boot_file_size > 0) { in net_loop()
626 net_boot_file_size, net_boot_file_size); in net_loop()
627 env_set_hex("filesize", net_boot_file_size); in net_loop()
637 ret = net_boot_file_size; in net_loop()
H A Dnfs.c110 if (net_boot_file_size < (offset + len)) in store_block()
111 net_boot_file_size = newsize; in store_block()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h546 extern u32 net_boot_file_size;
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map