Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/hisilicon/
Dsgl.c226 struct hisi_acc_hw_sgl *curr_hw_sgl; in hisi_acc_sg_buf_map_to_hw_sgl() local
248 curr_hw_sgl = acc_get_sgl(pool, index, &curr_sgl_dma); in hisi_acc_sg_buf_map_to_hw_sgl()
249 if (IS_ERR(curr_hw_sgl)) { in hisi_acc_sg_buf_map_to_hw_sgl()
255 curr_hw_sgl->entry_length_in_sgl = cpu_to_le16(pool->sge_nr); in hisi_acc_sg_buf_map_to_hw_sgl()
256 curr_hw_sge = curr_hw_sgl->sge_entries; in hisi_acc_sg_buf_map_to_hw_sgl()
260 inc_hw_sgl_sge(curr_hw_sgl); in hisi_acc_sg_buf_map_to_hw_sgl()
264 update_hw_sgl_sum_sge(curr_hw_sgl, pool->sge_nr); in hisi_acc_sg_buf_map_to_hw_sgl()
267 return curr_hw_sgl; in hisi_acc_sg_buf_map_to_hw_sgl()