Home | History | Annotate | Download | only in UsbBusPei

Lines Matching defs:Retry

675   UINT8                       Retry;

684 for (Retry = 0; Retry < 3; Retry ++) {
695 DEBUG ((EFI_D_INFO, "PeiUsbGet Device Descriptor the %d time Success\n", Retry));
700 if (Retry == 3) {
701 DEBUG ((EFI_D_ERROR, "PeiUsbGet Device Descriptor fail: %x %r\n", Retry, Status));
1006 @param RetryIndex The retry times.