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.c704 case XHCI_CODE_CONTEXT_STATE: in xhci_command_reset_endpoint()
709 if (code == XHCI_CODE_CONTEXT_STATE) { in xhci_command_reset_endpoint()
766 case XHCI_CODE_CONTEXT_STATE: in xhci_command_set_tr_dequeue()
771 if (code == XHCI_CODE_CONTEXT_STATE) { in xhci_command_set_tr_dequeue()
824 case XHCI_CODE_CONTEXT_STATE: in xhci_command_stop_endpoint()
829 if (code == 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()