Home
last modified time | relevance | path

Searched refs:hw_sgl_pool (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h404 * @hw_sgl_pool: DMA pool used to mimise mapping for the scatter gather lists.
414 struct dma_pool *hw_sgl_pool; member
H A Dsec_algs.c167 dma_pool_free(info->hw_sgl_pool, sgl_current, psec_sgl); in sec_free_hw_sgl()
193 sgl_next = dma_pool_zalloc(info->hw_sgl_pool, in sec_alloc_and_fill_hw_sgl()
H A Dsec_drv.c1221 info->hw_sgl_pool = dmam_pool_create("sgl", dev, in sec_probe()
1223 if (!info->hw_sgl_pool) { in sec_probe()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h404 * @hw_sgl_pool: DMA pool used to mimise mapping for the scatter gather lists.
414 struct dma_pool *hw_sgl_pool; member
H A Dsec_drv.c1222 info->hw_sgl_pool = dmam_pool_create("sgl", dev, in sec_probe()
1224 if (!info->hw_sgl_pool) { in sec_probe()
H A Dsec_algs.c167 dma_pool_free(info->hw_sgl_pool, sgl_current, psec_sgl); in sec_free_hw_sgl()
193 sgl_next = dma_pool_zalloc(info->hw_sgl_pool, in sec_alloc_and_fill_hw_sgl()

Completed in 9 milliseconds