Home | History | Annotate | Download | only in ScsiDiskDxe

Lines Matching defs:Retry

1236   UINT8               Retry;

1245 Retry = 0;
1297 Retry++;
1298 if (!NeedRetry || (Retry >= MaxRetry)) {
1324 for (Retry = 0; Retry < MaxRetry; Retry++) {
1344 // so return without retry.
1348 Retry = 0;
1354 Retry++;
1355 if (!NeedRetry || (Retry >= MaxRetry)) {
1579 // better retry ScsiInquiryCommand(). (by setting *NeedRetry = TRUE)
1600 // ScsiDiskRequestSenseKeys() failed after several rounds of retry.
1719 // ScsiDiskRequestSenseKeys() failed after several rounds of retry.
1822 @param NeedRetry The pointer of flag indicates if need a retry
1968 // better retry ScsiReadCapacityCommand(). (by setting *NeedRetry = TRUE)
1989 // ScsiDiskRequestSenseKeys() failed after several rounds of retry.
2082 @param NeedRetry The pointer of flag indicates if need a retry
2379 // We need to retry. However, if ScsiDiskRead10() or ScsiDiskRead16() has
2543 // We need to retry. However, if ScsiDiskWrite10() or ScsiDiskWrite16()
2725 // In this case, we retry sending the SCSI command with a data length
2942 // In this case, we retry sending the SCSI command with a data length
3018 @param NeedRetry The pointer of flag indicates if needs retry if error happens
3123 // Try again with half length if the sense data shows we need to retry.
3142 @param NeedRetry The pointer of flag indicates if needs retry if error happens
3247 // Try again with half length if the sense data shows we need to retry.
3266 @param NeedRetry The pointer of flag indicates if needs retry if error happens
3370 // Try again with half length if the sense data shows we need to retry.
3389 @param NeedRetry The pointer of flag indicates if needs retry if error happens
3494 // Try again with half length if the sense data shows we need to retry.
3510 Internal helper notify function in which determine whether retry of a SCSI
3560 goto Retry;
3581 goto Retry;
3602 goto Retry;
3615 // to retry.
3621 goto Retry;
3629 // This sub-task succeeds, no need to retry.
3633 Retry:
4510 @param RetryLater The flag means if need a retry