Searched refs:buffer_pool (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/crypto/ |
D | ixp4xx_crypto.c | 218 static struct dma_pool *buffer_pool = NULL; variable 333 dma_pool_free(buffer_pool, buf, phys); in free_buf_chain() 353 dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes); in finish_scattered_hmac() 395 dma_pool_free(buffer_pool, crypt->regist_buf, crypt->src_buf); in one_packet() 477 buffer_pool = dma_pool_create("buffer", dev, in init_ixp_crypto() 480 if (!buffer_pool) { in init_ixp_crypto() 509 dma_pool_destroy(buffer_pool); in init_ixp_crypto() 524 dma_pool_destroy(buffer_pool); in release_ixp_crypto() 612 buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys); in register_chain_var() 620 dma_pool_free(buffer_pool, buf, buf_phys); in register_chain_var() [all …]
|