Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c264 struct kmem_cache *dma_cache; member
1050 common->dma = kmem_cache_alloc(ac->dma_cache, flags); in artpec6_crypto_common_init()
1077 kmem_cache_free(ac->dma_cache, common->dma); in artpec6_crypto_common_destroy()
2892 ac->dma_cache = kmem_cache_create("artpec6_crypto_dma", in artpec6_crypto_probe()
2897 if (!ac->dma_cache) in artpec6_crypto_probe()
2957 kmem_cache_destroy(ac->dma_cache); in artpec6_crypto_probe()
2977 kmem_cache_destroy(ac->dma_cache); in artpec6_crypto_remove()