Searched refs:timeout_count (Results 1 – 5 of 5) sorted by relevance
114 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc() local116 while (--timeout_count) { in arm_dcc_putc()121 if (timeout_count == 0) in arm_dcc_putc()
76 static int timeout_count; variable280 timeout_count = 0; /* we've done well, reset the timeout */ in update_block_number()592 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()740 timeout_count = 0; in tftp_start()784 timeout_count = 0; in tftp_start_server()
377 u32 timeout_count; in aux_request_send() local382 timeout_count = 0; in aux_request_send()387 timeout_count++; in aux_request_send()388 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()435 timeout_count = 0; in aux_request_send()440 timeout_count++; in aux_request_send()441 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()468 u32 timeout_count = 0; in aux_request() local471 (timeout_count < AUX_MAX_TIMEOUT_COUNT)) { in aux_request()476 timeout_count++; in aux_request()[all …]
161 uint32_t timeout_count; member
245 network_debug_.ncsi.rx_error.timeout_count++; in report_ncsi_error()