Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.h231 #define XHCI_TRB_2_STREAM_GET(x) (((x) >> 16) & 0xFFFF) macro
H A Dpci_xhci.c1288 streamid = XHCI_TRB_2_STREAM_GET(trb->dwTrb2); in pci_xhci_cmd_set_tr()