Home | History | Annotate | Download | only in UsbMassStorageDxe

Lines Matching defs:Retry

185   INTN                    Retry;

200 for (Retry = 0; Retry < USB_CBI_MAX_RETRY; Retry++) {
219 // is a "class-specific exemption to the USB specification". Retry
266 UINTN Retry;
286 Retry = 0;
316 // If all data have been transferred and status is NAK, then we retry for several times.
317 // If retry exceeds the USB_CBI_MAX_RETRY, then return error status.
320 if (++Retry > USB_CBI_MAX_RETRY) {
326 Retry = 0;
380 INTN Retry;
389 for (Retry = 0; Retry < USB_CBI_MAX_RETRY; Retry++) {