Home
last modified time | relevance | path

Searched refs:XHCI_TRB_ENT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h402 #define XHCI_TRB_ENT (1 << 1) /* Evaluate next TRB */ macro
403 #define XHCI_TRB_LINKSEG XHCI_TRB_ENT /* Link to next segment */
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c45 { "ENT", XHCI_TRB_ENT, XHCI_TRB_ENT },
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c529 flags |= XHCI_TRB_ENT; in xhci_transfer_trb_fill_data()