Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_ring.c374 XHCI_TRB_CHAIN) { in xhci_ring_trb_produce()
375 trb->trb_flags |= XHCI_TRB_CHAIN; in xhci_ring_trb_produce()
377 trb->trb_flags &= ~XHCI_TRB_CHAIN; in xhci_ring_trb_produce()
H A Dxhci_dma.c512 flags |= XHCI_TRB_CHAIN; in xhci_transfer_trb_fill_data()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c48 { "CH", XHCI_TRB_CHAIN, XHCI_TRB_CHAIN },
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h406 #define XHCI_TRB_CHAIN (1 << 4) /* Chained with next TRB */ macro