Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.h233 #define XHCI_TRB_2_STREAM_GET(x) (((x) >> 16) & 0xFFFF) macro
Dpci_xhci.c1258 streamid = XHCI_TRB_2_STREAM_GET(trb->dwTrb2); in pci_xhci_cmd_set_tr()
/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.h218 #define XHCI_TRB_2_STREAM_GET(x) (((x) >> 16) & 0xFFFF) macro