Home
last modified time | relevance | path

Searched refs:cache_pool (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
Dcesa.c360 dma->cache_pool = dmam_pool_create("cesa_cache", dev, in mv_cesa_dev_dma_init()
362 if (!dma->cache_pool) in mv_cesa_dev_dma_init()
Dcesa.h401 struct dma_pool *cache_pool; member
Dhash.c51 req->cache = dma_pool_alloc(cesa_dev->dma->cache_pool, flags, in mv_cesa_ahash_dma_alloc_cache()
65 dma_pool_free(cesa_dev->dma->cache_pool, req->cache, in mv_cesa_ahash_dma_free_cache()