Home | History | Annotate | Download | only in UsbMassStorageDxe

Lines Matching defs:Retry

212   and error occurs, retry the command again until it exceeds the

240 UINTN Retry;
243 Retry = 0;
262 // Execute the cmd and retry if it fails.
285 // If the status is other error, then just retry 5 times.
287 if (Retry++ >= USB_BOOT_COMMAND_RETRY) {