Searched refs:retry_cnt (Results 1 – 2 of 2) sorted by relevance
174 static void on_failed_write(int retry_cnt) in on_failed_write() argument176 if (retry_cnt == 0) { in on_failed_write()186 static void on_write(int retry_cnt) in on_write() argument197 on_failed_write(retry_cnt--); in on_write()208 int retry_cnt = IS_ENABLED(CONFIG_LOG_BACKEND_RTT_MODE_BLOCK) ? in data_out_block_mode() local223 on_write(retry_cnt); in data_out_block_mode()225 retry_cnt--; in data_out_block_mode()226 on_failed_write(retry_cnt); in data_out_block_mode()
34 int retry_cnt; member109 } else if (entry->retry_cnt) { in smp_client_transport_work_fn()112 entry->retry_cnt--; in smp_client_transport_work_fn()317 cmd_req->retry_cnt = timeout_in_sec * (1000 / CONFIG_SMP_CMD_RETRY_TIME); in smp_client_send_cmd()