Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_ring.c148 ltrb->trb_flags = LE_32(XHCI_TRB_TYPE_LINK | XHCI_TRB_LINKSEG); in xhci_ring_reset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h403 #define XHCI_TRB_LINKSEG XHCI_TRB_ENT /* Link to next segment */ macro