Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c94 static short tftp_tsize_num_hash; variable
239 while (tftp_tsize_num_hash < pos * 50 / tftp_tsize) { in show_block_marker()
241 tftp_tsize_num_hash++; in show_block_marker()
291 while (tftp_tsize && tftp_tsize_num_hash < 49) { in tftp_complete()
293 tftp_tsize_num_hash++; in tftp_complete()
760 tftp_tsize_num_hash = 0; in tftp_start()
795 tftp_tsize_num_hash = 0; in tftp_start_server()