Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci.h36 #define XHCI_MAX_RSEG 1 macro
368 struct xhci_event_ring_seg hwr_ring_seg[XHCI_MAX_RSEG];
HDxhci.c619 if (sc->sc_erst_max > XHCI_MAX_RSEG) in xhci_init()
620 sc->sc_erst_max = XHCI_MAX_RSEG; in xhci_init()