Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h301 #define XHCI_TRB_ERROR_SLOT_NOT_ON 0x0B macro
Dxhci.c1252 if (!((XHCI_TRB_2_ERROR_GET(temp) == XHCI_TRB_ERROR_SLOT_NOT_ON) && in xhci_do_command()