Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/
H A Dsgl.c228 int sg_n, ret; in hisi_acc_sg_buf_map_to_hw_sgl() local
233 sg_n = sg_nents(sgl); in hisi_acc_sg_buf_map_to_hw_sgl()
235 sg_n_mapped = dma_map_sg(dev, sgl, sg_n, DMA_BIDIRECTIONAL); in hisi_acc_sg_buf_map_to_hw_sgl()
268 dma_unmap_sg(dev, sgl, sg_n, DMA_BIDIRECTIONAL); in hisi_acc_sg_buf_map_to_hw_sgl()