Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c209 if (net_boot_file_size < newsize) in store_block()
210 net_boot_file_size = newsize; in store_block()
242 tosend = min(net_boot_file_size - offset, tosend); in load_block()
329 print_size(net_boot_file_size / in tftp_complete()
337 net_boot_file_size); in tftp_complete()
379 0, net_boot_file_size, 0); in tftp_send()
837 net_boot_file_size = image_save_size; in tftp_start()
A Dnet.c175 u32 net_boot_file_size; variable
453 net_boot_file_size = 0; in net_loop()
634 if (net_boot_file_size > 0) { in net_loop()
636 net_boot_file_size, net_boot_file_size); in net_loop()
637 env_set_hex("filesize", net_boot_file_size); in net_loop()
647 ret = net_boot_file_size; in net_loop()
A Dnfs.c115 if (net_boot_file_size < (offset + len)) in store_block()
116 net_boot_file_size = newsize; in store_block()
/u-boot/include/
A Dnet.h570 extern u32 net_boot_file_size;

Completed in 11 milliseconds