Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h493 #define XHCI_CODE_NO_SLOTS 9 /* MaxSlots limit reached */ macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c82 case XHCI_CODE_NO_SLOTS: in xhci_mdb_trb_code_to_str()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c500 } else if (code == XHCI_CODE_NO_SLOTS) { in xhci_command_enable_slot()