Searched refs:td_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-mem.c37 ohci->td_cache = dma_pool_create ("ohci_td",
42 if (!ohci->td_cache)
50 dma_pool_destroy (ohci->td_cache);
58 if (ohci->td_cache) {
59 dma_pool_destroy (ohci->td_cache);
60 ohci->td_cache = NULL;
90 td = dma_pool_alloc (hc->td_cache, mem_flags, &dma);
112 dma_pool_free (hc->td_cache, td, td->td_dma);
H A Dohci.h378 struct dma_pool *td_cache; member in struct:ohci_hcd

Completed in 39 milliseconds