buffer_pool 218 drivers/crypto/ixp4xx_crypto.c static struct dma_pool *buffer_pool = NULL; buffer_pool 333 drivers/crypto/ixp4xx_crypto.c dma_pool_free(buffer_pool, buf, phys); buffer_pool 353 drivers/crypto/ixp4xx_crypto.c dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes); buffer_pool 395 drivers/crypto/ixp4xx_crypto.c dma_pool_free(buffer_pool, crypt->regist_buf, crypt->src_buf); buffer_pool 477 drivers/crypto/ixp4xx_crypto.c buffer_pool = dma_pool_create("buffer", dev, buffer_pool 480 drivers/crypto/ixp4xx_crypto.c if (!buffer_pool) { buffer_pool 509 drivers/crypto/ixp4xx_crypto.c dma_pool_destroy(buffer_pool); buffer_pool 524 drivers/crypto/ixp4xx_crypto.c dma_pool_destroy(buffer_pool); buffer_pool 612 drivers/crypto/ixp4xx_crypto.c buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys); buffer_pool 620 drivers/crypto/ixp4xx_crypto.c dma_pool_free(buffer_pool, buf, buf_phys); buffer_pool 793 drivers/crypto/ixp4xx_crypto.c next_buf = dma_pool_alloc(buffer_pool, flags, &next_buf_phys); buffer_pool 1064 drivers/crypto/ixp4xx_crypto.c req_ctx->hmac_virt = dma_pool_alloc(buffer_pool, flags,