Searched refs:XHCI_TRB_ERROR_STALL (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | xhci.h | 297 #define XHCI_TRB_ERROR_STALL 0x06 macro |
D | xhci.c | 763 return ((status == XHCI_TRB_ERROR_STALL) ? USB_ERR_STALLED : in xhci_generic_done_sub() |