Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/
H A Dqm.c292 struct qm_aeqc { struct
1444 ret = qm_eqc_aeqc_dump(qm, s, sizeof(struct qm_aeqc), in qm_cmd_write_dump()
2522 struct qm_aeqc *aeqc; in qm_eq_ctx_cfg()
2550 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_eq_ctx_cfg()
2553 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_eq_ctx_cfg()
2565 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_eq_ctx_cfg()