Lines Matching refs:retry_cnt
1330 int ret = -ENODEV, retry_cnt = SSIF_RECV_RETRIES; in read_response() local
1332 while (retry_cnt > 0) { in read_response()
1338 retry_cnt--; in read_response()
1339 if (retry_cnt <= 0) in read_response()
1349 int retry_cnt; in do_cmd() local
1352 retry_cnt = SSIF_SEND_RETRIES; in do_cmd()
1356 retry_cnt--; in do_cmd()
1357 if (retry_cnt > 0) in do_cmd()
1491 int retry_cnt = SSIF_SEND_RETRIES, ret; in start_multipart_test() local
1498 retry_cnt--; in start_multipart_test()
1499 if (retry_cnt > 0) in start_multipart_test()