Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c502 } else if (code == XHCI_CODE_CMD_ABORTED) { in xhci_command_enable_slot()
533 } else if (code == XHCI_CODE_CMD_ABORTED) { in xhci_command_disable_slot()
570 } else if (code == XHCI_CODE_CMD_ABORTED) { in xhci_command_set_address()
605 case XHCI_CODE_CMD_ABORTED: in xhci_command_configure_endpoint()
653 case XHCI_CODE_CMD_ABORTED: in xhci_command_evaluate_context()
701 case XHCI_CODE_CMD_ABORTED: in xhci_command_reset_endpoint()
763 case XHCI_CODE_CMD_ABORTED: in xhci_command_set_tr_dequeue()
821 case XHCI_CODE_CMD_ABORTED: in xhci_command_stop_endpoint()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h509 #define XHCI_CODE_CMD_ABORTED 25 /* Command Abort (CA) operation */ macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c114 case XHCI_CODE_CMD_ABORTED: in xhci_mdb_trb_code_to_str()