Lines Matching refs:retry_cnt
1353 int ret = -ENODEV, retry_cnt = SSIF_RECV_RETRIES; in read_response() local
1355 while (retry_cnt > 0) { in read_response()
1361 retry_cnt--; in read_response()
1362 if (retry_cnt <= 0) in read_response()
1372 int retry_cnt; in do_cmd() local
1375 retry_cnt = SSIF_SEND_RETRIES; in do_cmd()
1379 retry_cnt--; in do_cmd()
1380 if (retry_cnt > 0) in do_cmd()
1514 int retry_cnt = SSIF_SEND_RETRIES, ret; in start_multipart_test() local
1521 retry_cnt--; in start_multipart_test()
1522 if (retry_cnt > 0) in start_multipart_test()