Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h207 #define XHCI_TRB_2_ERROR_GET(x) (((x) >> 24) & 0xFF) macro
Dxhci.c875 status = XHCI_TRB_2_ERROR_GET(temp); in xhci_check_transfer()
1251 if (XHCI_TRB_2_ERROR_GET(temp) != XHCI_TRB_ERROR_SUCCESS) { in xhci_do_command()
1252 if (!((XHCI_TRB_2_ERROR_GET(temp) == XHCI_TRB_ERROR_SLOT_NOT_ON) && in xhci_do_command()
1417 (XHCI_TRB_2_ERROR_GET(temp) == in xhci_set_address()