Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c185 if (net_boot_file_size < newsize) in store_block()
186 net_boot_file_size = newsize; in store_block()
217 tosend = min(net_boot_file_size - offset, tosend); in load_block()
301 print_size(net_boot_file_size / in tftp_complete()
344 0, net_boot_file_size, 0); in tftp_send()
709 net_boot_file_size = save_size; in tftp_start()
H A Dnet.c177 u32 net_boot_file_size; variable
462 net_boot_file_size = 0; in net_loop()
651 if (net_boot_file_size > 0) { in net_loop()
653 net_boot_file_size, net_boot_file_size); in net_loop()
654 env_set_hex("filesize", net_boot_file_size); in net_loop()
664 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()
/openbmc/u-boot/include/
H A Dnet.h539 extern u32 net_boot_file_size;