Searched refs:USB_STOR_XFER_STALLED (Results 1 – 2 of 2) sorted by relevance
466 return USB_STOR_XFER_STALLED; in interpret_urb_result()473 return USB_STOR_XFER_STALLED; in interpret_urb_result()1074 if (result == USB_STOR_XFER_STALLED) in usb_stor_CBI_transport()1094 if (result > USB_STOR_XFER_STALLED) in usb_stor_CBI_transport()1239 if (result == USB_STOR_XFER_STALLED) in usb_stor_CB_transport()1289 if (result > USB_STOR_XFER_STALLED) in usb_stor_CB_transport()1486 if (result == USB_STOR_XFER_STALLED) { in usb_stor_Bulk_transport()
155 #define USB_STOR_XFER_STALLED 2 macro