Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c265 struct kmem_cache *dma_cache; member
1051 common->dma = kmem_cache_alloc(ac->dma_cache, flags); in artpec6_crypto_common_init()
1078 kmem_cache_free(ac->dma_cache, common->dma); in artpec6_crypto_common_destroy()
2891 ac->dma_cache = kmem_cache_create("artpec6_crypto_dma", in artpec6_crypto_probe()
2896 if (!ac->dma_cache) in artpec6_crypto_probe()
2956 kmem_cache_destroy(ac->dma_cache); in artpec6_crypto_probe()
2976 kmem_cache_destroy(ac->dma_cache); in artpec6_crypto_remove()