Searched refs:td_cache (Results 1 – 1 of 1) sorted by relevance
407 struct pci_pool *td_cache; member561 ohci->td_cache = pci_pool_create ("ohci_td", ohci->ohci_dev, in ohci_mem_init()566 if (!ohci->td_cache) in ohci_mem_init()580 if (ohci->td_cache) { in ohci_mem_cleanup()581 pci_pool_destroy (ohci->td_cache); in ohci_mem_cleanup()582 ohci->td_cache = 0; in ohci_mem_cleanup()597 td = pci_pool_alloc (hc->td_cache, mem_flags, &dma); in td_alloc()603 pci_pool_free (hc->td_cache, td, dma); in td_alloc()614 pci_pool_free (hc->td_cache, td, td->td_dma); in td_free()