Lines Matching refs:pool
46 * coh901318_pool_create() - Creates an dma pool for lli:s
47 * @pool: pool handle
49 * @lli_nbr: number of lli:s in the pool
53 int coh901318_pool_create(struct coh901318_pool *pool,
58 * coh901318_pool_destroy() - Destroys the dma pool
59 * @pool: pool handle
62 int coh901318_pool_destroy(struct coh901318_pool *pool);
67 * @pool: pool handle
72 coh901318_lli_alloc(struct coh901318_pool *pool,
76 * coh901318_lli_free() - Returns the linked list items to the pool
77 * @pool: pool handle
80 void coh901318_lli_free(struct coh901318_pool *pool,
85 * @pool: pool handle
95 coh901318_lli_fill_memcpy(struct coh901318_pool *pool,
102 * @pool: pool handle
113 coh901318_lli_fill_single(struct coh901318_pool *pool,
121 * @pool: pool handle
134 coh901318_lli_fill_sg(struct coh901318_pool *pool,