Home
last modified time | relevance | path

Searched refs:XHCI_TRB_TYPE_RESET_DEVICE (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c1455 case XHCI_TRB_TYPE_RESET_DEVICE: /* 0x11 */ in pci_xhci_complete_commands()
H A Dpci_xhci.h286 #define XHCI_TRB_TYPE_RESET_DEVICE 0x11 macro