Lines Matching refs:iretry
322 * @iretry: the number of the times remained to retry the next operation
326 * 255 tries with cio_clear. The caller should initialize @iretry with
328 * @iretry in the subsequent calls until it gets a non -EBUSY return.
334 int cio_cancel_halt_clear(struct subchannel *sch, int *iretry)
355 *iretry = 3; /* 3 halt retries. */
359 if (*iretry) {
360 *iretry -= 1;
366 *iretry = 255; /* 255 clear retries. */
369 if (*iretry) {
370 *iretry -= 1;