Searched refs:TIMEOUT_COUNT (Results 1 – 4 of 4) sorted by relevance
18 #define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro20 #define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro60 if (rarp_try >= TIMEOUT_COUNT) { in rarp_timeout_handler()
26 # define TIMEOUT_COUNT 10 macro28 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT * 2) macro44 static int timeout_count_max = TIMEOUT_COUNT;57 int tftp_timeout_count_max = TIMEOUT_COUNT;
38 # define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro40 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro42 #define TIMEOUT_MS ((3 + (TIMEOUT_COUNT * 5)) * 1000)
97 #define TIMEOUT_COUNT 0x4000000 macro115 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc()