Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h35 #define XHCI_MAX_EVENTS 232 macro
407 struct xhci_trb hwr_events[XHCI_MAX_EVENTS];
H A Dxhci.c380 phwr->hwr_ring_seg[0].dwEvrsTableSize = htole32(XHCI_MAX_EVENTS); in xhci_start_controller()
1084 if (i == XHCI_MAX_EVENTS) { in xhci_interrupt_poll()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h62 #define XHCI_MAX_EVENTS (16 * 13) macro