Home
last modified time | relevance | path

Searched refs:XHCI_TRB_ERROR_STALL (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h297 #define XHCI_TRB_ERROR_STALL 0x06 macro
Dxhci.c763 return ((status == XHCI_TRB_ERROR_STALL) ? USB_ERR_STALLED : in xhci_generic_done_sub()