Home
last modified time | relevance | path

Searched refs:XHCI_CODE_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c497 if (code == XHCI_CODE_SUCCESS) { in xhci_command_enable_slot()
531 if (code == XHCI_CODE_SUCCESS) { in xhci_command_disable_slot()
568 if (code == XHCI_CODE_SUCCESS) { in xhci_command_set_address()
602 case XHCI_CODE_SUCCESS: in xhci_command_configure_endpoint()
650 case XHCI_CODE_SUCCESS: in xhci_command_evaluate_context()
698 case XHCI_CODE_SUCCESS: in xhci_command_reset_endpoint()
760 case XHCI_CODE_SUCCESS: in xhci_command_set_tr_dequeue()
818 case XHCI_CODE_SUCCESS: in xhci_command_stop_endpoint()
H A Dxhci_event.c121 if (XHCI_TRB_GET_CODE(LE_32(trb->trb_status)) != XHCI_CODE_SUCCESS) { in xhci_event_process_psc()
H A Dxhci_polled.c145 if (code != XHCI_CODE_SUCCESS) in xhci_polled_endpoint_transfer()
H A Dxhci_endpoint.c1629 case XHCI_CODE_SUCCESS: in xhci_endpoint_transfer_callback()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h485 #define XHCI_CODE_SUCCESS 1 /* Badaboum, plaf, plouf, yeepee! */ macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c66 case XHCI_CODE_SUCCESS: in xhci_mdb_trb_code_to_str()