Searched refs:hw_sgl_pool (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.h | 404 * @hw_sgl_pool: DMA pool used to mimise mapping for the scatter gather lists. 414 struct dma_pool *hw_sgl_pool; member
|
H A D | sec_algs.c | 167 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 D | sec_drv.c | 1221 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 D | sec_drv.h | 404 * @hw_sgl_pool: DMA pool used to mimise mapping for the scatter gather lists. 414 struct dma_pool *hw_sgl_pool; member
|
H A D | sec_drv.c | 1222 info->hw_sgl_pool = dmam_pool_create("sgl", dev, in sec_probe() 1224 if (!info->hw_sgl_pool) { in sec_probe()
|
H A D | sec_algs.c | 167 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