Lines Matching refs:buffer_pool
213 static struct dma_pool *buffer_pool = NULL; variable
328 dma_pool_free(buffer_pool, buf, phys); in free_buf_chain()
348 dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes); in finish_scattered_hmac()
389 dma_pool_free(buffer_pool, crypt->regist_buf, crypt->src_buf); in one_packet()
471 buffer_pool = dma_pool_create("buffer", dev, in init_ixp_crypto()
474 if (!buffer_pool) { in init_ixp_crypto()
504 if (buffer_pool) in init_ixp_crypto()
505 dma_pool_destroy(buffer_pool); in init_ixp_crypto()
519 dma_pool_destroy(buffer_pool); in release_ixp_crypto()
603 buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys); in register_chain_var()
611 dma_pool_free(buffer_pool, buf, buf_phys); in register_chain_var()
795 next_buf = dma_pool_alloc(buffer_pool, flags, &next_buf_phys); in chainup_buffers()
1057 req_ctx->hmac_virt = dma_pool_alloc(buffer_pool, flags, in aead_perform()
1084 dma_pool_free(buffer_pool, req_ctx->hmac_virt, in aead_perform()