Home
last modified time | relevance | path

Searched refs:XHCI_TRB_TYPE_ISOCH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.h274 #define XHCI_TRB_TYPE_ISOCH 0x05 macro
H A Dpci_xhci.c1794 case XHCI_TRB_TYPE_ISOCH: in pci_xhci_handle_transfer()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h447 #define XHCI_TRB_TYPE_ISOCH (5 << 10) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c993 flags |= XHCI_TRB_TYPE_ISOCH; in xhci_hcdi_isoc_transfer_fill()