Searched refs:xhcixfer (Results 1 – 1 of 1) sorted by relevance
57 struct pool *xhcixfer; variable319 if (xhcixfer == NULL) { in xhci_init()320 xhcixfer = malloc(sizeof(struct pool), M_USBHC, M_NOWAIT); in xhci_init()321 if (xhcixfer == NULL) { in xhci_init()326 pool_init(xhcixfer, sizeof(struct xhci_xfer), 0, IPL_SOFTUSB, in xhci_init()1742 return (pool_get(xhcixfer, PR_NOWAIT | PR_ZERO)); in xhci_allocx()1748 pool_put(xhcixfer, xfer); in xhci_freex()