Lines Matching defs:retry_cnt
1316 int ret = -ENODEV, retry_cnt = SSIF_RECV_RETRIES;
1318 while (retry_cnt > 0) {
1324 retry_cnt--;
1325 if (retry_cnt <= 0)
1335 int retry_cnt;
1338 retry_cnt = SSIF_SEND_RETRIES;
1342 retry_cnt--;
1343 if (retry_cnt > 0) {
1479 int retry_cnt = SSIF_SEND_RETRIES, ret;
1486 retry_cnt--;
1487 if (retry_cnt > 0) {