Lines Matching refs:retry_cnt
1302 int ret = -ENODEV, retry_cnt = SSIF_RECV_RETRIES; in read_response() local
1304 while (retry_cnt > 0) { in read_response()
1310 retry_cnt--; in read_response()
1311 if (retry_cnt <= 0) in read_response()
1321 int retry_cnt; in do_cmd() local
1324 retry_cnt = SSIF_SEND_RETRIES; in do_cmd()
1328 retry_cnt--; in do_cmd()
1329 if (retry_cnt > 0) { in do_cmd()
1477 int retry_cnt = SSIF_SEND_RETRIES, ret; in start_multipart_test() local
1484 retry_cnt--; in start_multipart_test()
1485 if (retry_cnt > 0) { in start_multipart_test()