Lines Matching refs:retry
2340 * Return 1 for any error that should generate a RAID path retry.
2341 * Return 0 for errors that don't require a RAID path retry.
2350 int retry = 0;
2377 retry = 1;
2380 retry = 1;
2383 retry = 1;
2386 retry = 1;
2389 retry = 1;
2392 retry = 1;
2401 retry = 1;
2432 retry = 1;
2435 retry = 1;
2443 retry = 1;
2448 retry = 1;
2453 retry = 0;
2455 return retry; /* retry on raid path? */
2513 * Any RAID offload error results in retry which will use
2629 /* DID_NO_CONNECT will prevent a retry */
2654 /* Any RAID offload error results in retry which will use
2771 cmd->result = DID_SOFT_ERROR << 16; /* retry the command */
2790 * offload is handled above. Just attempt a retry.
5575 bool retry)
5596 if (retry) /* Resubmit but do not increment device->commands_outstanding. */
5606 if (retry) /* Resubmit but do not increment device->commands_outstanding. */
5660 * retry attempt (I.E. not a SML retry).
5661 * I.E. We are submitting a driver initiated retry.
5729 * initiated retry and not a driver initiated retry.
6171 * there have not been any driver initiated retry attempts.