Lines Matching refs:td_pool
369 node->ptr = dma_pool_zalloc(hwep->td_pool, GFP_ATOMIC, &node->dma);
797 dma_pool_free(hwep->td_pool, pending->ptr, pending->dma);
925 dma_pool_free(hwep->td_pool, node->ptr, node->dma);
1679 dma_pool_free(hwep->td_pool, node->ptr, node->dma);
1737 dma_pool_free(hwep->td_pool, node->ptr, node->dma);
2059 hwep->td_pool = ci->td_pool;
2320 ci->td_pool = dma_pool_create("ci_hw_td", dev->parent,
2323 if (ci->td_pool == NULL) {
2348 dma_pool_destroy(ci->td_pool);
2366 dma_pool_destroy(ci->td_pool);