Searched refs:sg_n (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
D | sgl.c | 206 int i, sg_n, sg_n_mapped; in hisi_acc_sg_buf_map_to_hw_sgl() local 211 sg_n = sg_nents(sgl); in hisi_acc_sg_buf_map_to_hw_sgl() 213 sg_n_mapped = dma_map_sg(dev, sgl, sg_n, DMA_BIDIRECTIONAL); in hisi_acc_sg_buf_map_to_hw_sgl() 218 dma_unmap_sg(dev, sgl, sg_n, DMA_BIDIRECTIONAL); in hisi_acc_sg_buf_map_to_hw_sgl() 224 dma_unmap_sg(dev, sgl, sg_n, DMA_BIDIRECTIONAL); in hisi_acc_sg_buf_map_to_hw_sgl()
|