Lines Matching refs:retry_cnt
1302 int ret = -ENODEV, retry_cnt = SSIF_RECV_RETRIES;
1304 while (retry_cnt > 0) {
1310 retry_cnt--;
1311 if (retry_cnt <= 0)
1321 int retry_cnt;
1324 retry_cnt = SSIF_SEND_RETRIES;
1328 retry_cnt--;
1329 if (retry_cnt > 0) {
1465 int retry_cnt = SSIF_SEND_RETRIES, ret;
1472 retry_cnt--;
1473 if (retry_cnt > 0) {