Home
last modified time | relevance | path

Searched refs:sc_xferpool (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/external/bsd/dwc2/
Ddwc2var.h99 pool_cache_t sc_xferpool; member
Ddwc2.c239 dxfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK); in dwc2_allocx()
268 pool_cache_put(sc->sc_xferpool, xfer); in dwc2_freex()
1264 sc->sc_xferpool = pool_cache_init(sizeof(struct dwc2_xfer), 0, 0, 0, in dwc2_init()
/netbsd/src/sys/dev/usb/
Dmotgvar.h92 pool_cache_t sc_xferpool; member
Duhcivar.h171 pool_cache_t sc_xferpool; /* free xfer pool */ member
Dohcivar.h130 pool_cache_t sc_xferpool; /* free xfer pool */ member
Dxhcivar.h103 pool_cache_t sc_xferpool; member
Dehcivar.h221 pool_cache_t sc_xferpool; /* free xfer pool */ member
Dxhci.c687 pool_cache_destroy(sc->sc_xferpool); in xhci_detach()
1648 sc->sc_xferpool = pool_cache_init(sizeof(struct xhci_xfer), 0, 0, 0, in xhci_init()
1650 if (sc->sc_xferpool == NULL) { in xhci_init()
1689 if (sc->sc_xferpool) { in xhci_init()
1690 pool_cache_destroy(sc->sc_xferpool); in xhci_init()
1691 sc->sc_xferpool = NULL; in xhci_init()
2755 xx = pool_cache_get(sc->sc_xferpool, PR_WAITOK); in xhci_allocx()
2791 pool_cache_put(sc->sc_xferpool, xx); in xhci_freex()
Dmotg.c462 sc->sc_xferpool = pool_cache_init(sizeof(struct motg_xfer), 0, 0, 0, in motg_init()
751 xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK); in motg_allocx()
774 pool_cache_put(sc->sc_xferpool, xfer); in motg_freex()
Dohci.c390 pool_cache_destroy(sc->sc_xferpool); in ohci_detach()
834 sc->sc_xferpool = pool_cache_init(sizeof(struct ohci_xfer), 0, 0, 0, in ohci_init()
1115 xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK); in ohci_allocx()
1137 pool_cache_put(sc->sc_xferpool, xfer); in ohci_freex()
Duhci.c574 sc->sc_xferpool = pool_cache_init(sizeof(struct uhci_xfer), 0, 0, 0, in uhci_init()
648 pool_cache_destroy(sc->sc_xferpool); in uhci_detach()
661 xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK); in uhci_allocx()
688 pool_cache_put(sc->sc_xferpool, xfer); in uhci_freex()
Dehci.c425 sc->sc_xferpool = pool_cache_init(sizeof(struct ehci_xfer), 0, 0, 0, in ehci_init()
1441 pool_cache_destroy(sc->sc_xferpool); in ehci_detach()
1600 xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK); in ehci_allocx()
1628 pool_cache_put(sc->sc_xferpool, xfer); in ehci_freex()