Lines Matching refs:iretry
323 * @iretry: the number of the times remained to retry the next operation
327 * 255 tries with cio_clear. The caller should initialize @iretry with
329 * @iretry in the subsequent calls until it gets a non -EBUSY return.
335 int cio_cancel_halt_clear(struct subchannel *sch, int *iretry)
356 *iretry = 3; /* 3 halt retries. */
360 if (*iretry) {
361 *iretry -= 1;
367 *iretry = 255; /* 255 clear retries. */
370 if (*iretry) {
371 *iretry -= 1;