Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h238 #define XHCI_TRB_3_TC_BIT (1U << 1) /* command ring only */ macro
H A Dpci_xhci.c1439 if (trb->dwTrb3 & XHCI_TRB_3_TC_BIT) in pci_xhci_complete_commands()
1795 if (trb->dwTrb3 & XHCI_TRB_3_TC_BIT) in pci_xhci_handle_transfer()
/freebsd/sys/dev/usb/controller/
H A Dxhci.h250 #define XHCI_TRB_3_TC_BIT (1U << 1) /* command ring only */ macro