Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c46 static int timeout_count_max = TIMEOUT_COUNT; variable
545 timeout_count_max = tftp_timeout_count_max; in tftp_handler()
592 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()
732 timeout_count_max = tftp_timeout_count_max; in tftp_start()
783 timeout_count_max = tftp_timeout_count_max; in tftp_start_server()