Searched refs:td_pool (Results 1 – 2 of 2) sorted by relevance
302 struct pci_pool *td_pool; member
167 td = pci_pool_alloc(uhci->td_pool, GFP_DMA | GFP_ATOMIC, &dma_handle); in uhci_alloc_td()336 pci_pool_free(uhci->td_pool, td, td->dma_handle); in uhci_free_td()2618 if (uhci->td_pool) { in release_uhci()2619 pci_pool_destroy(uhci->td_pool); in release_uhci()2620 uhci->td_pool = NULL; in release_uhci()2781 uhci->td_pool = pci_pool_create("uhci_td", uhci->dev, in alloc_uhci()2783 if (!uhci->td_pool) { in alloc_uhci()2982 pci_pool_destroy(uhci->td_pool); in alloc_uhci()2983 uhci->td_pool = NULL; in alloc_uhci()