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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h379 struct dma_pool *td_cache; member in struct:ohci_hcd

Completed in 75 milliseconds