Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dsgl.c27 __le16 entry_sum_in_sgl; member
185 u16 var = le16_to_cpu(hw_sgl->entry_sum_in_sgl); in inc_hw_sgl_sge()
188 hw_sgl->entry_sum_in_sgl = cpu_to_le16(var); in inc_hw_sgl_sge()
201 for (i = 0; i < le16_to_cpu(hw_sgl->entry_sum_in_sgl); i++) { in clear_hw_sgl_sge()
286 hw_sgl->entry_sum_in_sgl = 0; in hisi_acc_sg_buf_unmap()
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h383 u16 entry_sum_in_sgl; member
H A Dsec_algs.c204 sgl_current->entry_sum_in_sgl = SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()
214 sgl_current->entry_sum_in_sgl = count % SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()