USB_ERR_STALLED
} else if (fsep->status == USB_ERR_STALLED) {
return (USB_ERR_STALLED);
(cc == OHCI_CC_STALL) ? USB_ERR_STALLED : USB_ERR_IOERROR);
return (USB_ERR_STALLED);
return ((status == XHCI_TRB_ERROR_STALL) ? USB_ERR_STALLED :
if ((error == USB_ERR_STALLED) ||
return (USB_ERR_STALLED);
[USB_ERR_STALLED] = "USB_ERR_STALLED",
err = USB_ERR_STALLED;
err = USB_ERR_STALLED;
return (USB_ERR_STALLED);
return (USB_ERR_STALLED);
bbb_done(sc, USB_ERR_STALLED);
return (USB_ERR_STALLED);
return (USB_ERR_STALLED);
err = USB_ERR_STALLED;
case USB_ERR_STALLED:
usbd_transfer_done(xfer, USB_ERR_STALLED);
[USB_ERR_STALLED] = "STALLED",