ctx_pool          238 drivers/crypto/cavium/nitrox/nitrox_dev.h 	struct dma_pool *ctx_pool;
ctx_pool          194 drivers/crypto/cavium/nitrox/nitrox_lib.c 	ndev->ctx_pool = dma_pool_create("nitrox-context",
ctx_pool          196 drivers/crypto/cavium/nitrox/nitrox_lib.c 	if (!ndev->ctx_pool)
ctx_pool          204 drivers/crypto/cavium/nitrox/nitrox_lib.c 	if (!ndev->ctx_pool)
ctx_pool          207 drivers/crypto/cavium/nitrox/nitrox_lib.c 	dma_pool_destroy(ndev->ctx_pool);
ctx_pool          208 drivers/crypto/cavium/nitrox/nitrox_lib.c 	ndev->ctx_pool = NULL;
ctx_pool          226 drivers/crypto/cavium/nitrox/nitrox_lib.c 	vaddr = dma_pool_zalloc(ndev->ctx_pool, GFP_KERNEL, &dma);
ctx_pool          234 drivers/crypto/cavium/nitrox/nitrox_lib.c 	ctx->pool = ndev->ctx_pool;
ctx_pool          238 drivers/crypto/cavium/nitrox/nitrox_lib.c 	chdr->pool = ndev->ctx_pool;
ctx_pool          219 drivers/crypto/ixp4xx_crypto.c static struct dma_pool *ctx_pool = NULL;
ctx_pool          393 drivers/crypto/ixp4xx_crypto.c 		dma_pool_free(ctx_pool, crypt->regist_ptr,
ctx_pool          483 drivers/crypto/ixp4xx_crypto.c 	ctx_pool = dma_pool_create("context", dev,
ctx_pool          485 drivers/crypto/ixp4xx_crypto.c 	if (!ctx_pool) {
ctx_pool          508 drivers/crypto/ixp4xx_crypto.c 	dma_pool_destroy(ctx_pool);
ctx_pool          523 drivers/crypto/ixp4xx_crypto.c 	dma_pool_destroy(ctx_pool);
ctx_pool          544 drivers/crypto/ixp4xx_crypto.c 	dir->npe_ctx = dma_pool_alloc(ctx_pool, GFP_KERNEL, &dir->npe_ctx_phys);
ctx_pool          555 drivers/crypto/ixp4xx_crypto.c 	dma_pool_free(ctx_pool, dir->npe_ctx, dir->npe_ctx_phys);
ctx_pool          609 drivers/crypto/ixp4xx_crypto.c 	pad = dma_pool_alloc(ctx_pool, GFP_KERNEL, &pad_phys);
ctx_pool          614 drivers/crypto/ixp4xx_crypto.c 		dma_pool_free(ctx_pool, pad, pad_phys);
ctx_pool          619 drivers/crypto/ixp4xx_crypto.c 		dma_pool_free(ctx_pool, pad, pad_phys);