Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c59 int tftp_timeout_count_max = TIMEOUT_COUNT; variable
545 timeout_count_max = tftp_timeout_count_max; in tftp_handler()
647 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start()
649 if (tftp_timeout_count_max < 0) { in tftp_start()
651 tftp_timeout_count_max); in tftp_start()
652 tftp_timeout_count_max = 0; in tftp_start()
732 timeout_count_max = tftp_timeout_count_max; in tftp_start()
783 timeout_count_max = tftp_timeout_count_max; in tftp_start_server()
/openbmc/u-boot/common/
H A Dupdate.c45 extern int tftp_timeout_count_max;
61 saved_timeout_count = tftp_timeout_count_max; in update_load()
67 tftp_timeout_count_max = cnt_max; in update_load()
84 tftp_timeout_count_max = saved_timeout_count; in update_load()
/openbmc/u-boot/include/net/
H A Dtftp.h26 extern int tftp_timeout_count_max;