Searched refs:ctx_pool (Results 1 – 2 of 2) sorted by relevance
194 ndev->ctx_pool = dma_pool_create("nitrox-context", in create_crypto_dma_pool()196 if (!ndev->ctx_pool) in create_crypto_dma_pool()204 if (!ndev->ctx_pool) in destroy_crypto_dma_pool()207 dma_pool_destroy(ndev->ctx_pool); in destroy_crypto_dma_pool()208 ndev->ctx_pool = NULL; in destroy_crypto_dma_pool()226 vaddr = dma_pool_zalloc(ndev->ctx_pool, GFP_KERNEL, &dma); in crypto_alloc_context()234 ctx->pool = ndev->ctx_pool; in crypto_alloc_context()238 chdr->pool = ndev->ctx_pool; in crypto_alloc_context()
253 struct dma_pool *ctx_pool; member