Searched refs:ehcixfer (Results 1 – 1 of 1) sorted by relevance
93 struct pool *ehcixfer; variable332 if (ehcixfer == NULL) { in ehci_init()333 ehcixfer = malloc(sizeof(struct pool), M_USBHC, M_NOWAIT); in ehci_init()334 if (ehcixfer == NULL) { in ehci_init()339 pool_init(ehcixfer, sizeof(struct ehci_xfer), 0, IPL_SOFTUSB, in ehci_init()1132 ex = pool_get(ehcixfer, PR_NOWAIT | PR_ZERO); in ehci_allocx()1151 pool_put(ehcixfer, ex); in ehci_freex()