Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h37 #define XHCI_MAX_RSEG 1 macro
377 struct xhci_event_ring_seg hwr_ring_seg[XHCI_MAX_RSEG];
Dxhci.c615 if (sc->sc_erst_max > XHCI_MAX_RSEG) in xhci_init()
616 sc->sc_erst_max = XHCI_MAX_RSEG; in xhci_init()