Home
last modified time | relevance | path

Searched refs:XHCI_TRB_3_IOC_BIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.h244 #define XHCI_TRB_3_IOC_BIT (1U << 5) macro
H A Dpci_xhci.c1579 trb->dwTrb3 & XHCI_TRB_3_IOC_BIT ? 1 : 0)); in pci_xhci_xfer_complete()
1596 if (!(trb->dwTrb3 & XHCI_TRB_3_IOC_BIT) && in pci_xhci_xfer_complete()
1824 if ((epid > 1) && (trbflags & XHCI_TRB_3_IOC_BIT)) { in pci_xhci_handle_transfer()
1852 if (trbflags & XHCI_TRB_3_IOC_BIT) { in pci_xhci_handle_transfer()