Searched refs:sc_xferpool (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/external/bsd/dwc2/ |
| D | dwc2var.h | 99 pool_cache_t sc_xferpool; member
|
| D | dwc2.c | 239 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/ |
| D | motgvar.h | 92 pool_cache_t sc_xferpool; member
|
| D | uhcivar.h | 171 pool_cache_t sc_xferpool; /* free xfer pool */ member
|
| D | ohcivar.h | 130 pool_cache_t sc_xferpool; /* free xfer pool */ member
|
| D | xhcivar.h | 103 pool_cache_t sc_xferpool; member
|
| D | ehcivar.h | 221 pool_cache_t sc_xferpool; /* free xfer pool */ member
|
| D | xhci.c | 687 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()
|
| D | motg.c | 462 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()
|
| D | ohci.c | 390 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()
|
| D | uhci.c | 574 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()
|
| D | ehci.c | 425 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()
|