Lines Matching defs:pool
272 * @pool: a pool for the LLI descriptors
287 struct dma_pool *pool;
310 * (maximum times we call dma_pool_alloc on this pool without freeing)
1268 txd->llis_va = dma_pool_alloc(pl08x->pool, GFP_NOWAIT, &txd->llis_bus);
1498 dma_pool_free(pl08x->pool, txd->llis_va, txd->llis_bus);
2830 /* A DMA memory pool for LLIs, align on 1-byte boundary */
2831 pl08x->pool = dma_pool_create(DRIVER_NAME, &pl08x->adev->dev,
2833 if (!pl08x->pool) {
2970 dma_pool_destroy(pl08x->pool);