Home
last modified time | relevance | path

Searched refs:XHCI_CODE_CONTEXT_STATE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c705 case XHCI_CODE_CONTEXT_STATE: in xhci_command_reset_endpoint()
710 if (code == XHCI_CODE_CONTEXT_STATE) { in xhci_command_reset_endpoint()
767 case XHCI_CODE_CONTEXT_STATE: in xhci_command_set_tr_dequeue()
772 if (code == XHCI_CODE_CONTEXT_STATE) { in xhci_command_set_tr_dequeue()
826 case XHCI_CODE_CONTEXT_STATE: in xhci_command_stop_endpoint()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h503 #define XHCI_CODE_CONTEXT_STATE 19 /* Transition from illegal ctx state */ macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c102 case XHCI_CODE_CONTEXT_STATE: in xhci_mdb_trb_code_to_str()