Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c535 flags |= XHCI_TRB_IOC; in xhci_transfer_trb_fill_data()
554 XHCI_TRB_IOC); in xhci_transfer_trb_fill_data()
H A Dxhci_usba.c847 XHCI_TRB_IOC | statusdir); in xhci_hcdi_pipe_ctrl_xfer()
1000 flags |= XHCI_TRB_IOC; in xhci_hcdi_isoc_transfer_fill()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c49 { "IOC", XHCI_TRB_IOC, XHCI_TRB_IOC },
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h407 #define XHCI_TRB_IOC (1 << 5) /* Interrupt On Completion */ macro