Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/hisilicon/
A Dqm_common.h66 struct qm_aeqc { struct
A Ddebugfs.c238 size = sizeof(struct qm_aeqc); in qm_eqc_aeqc_dump()
A Dqm.c3037 struct qm_aeqc *aeqc; in qm_aeq_ctx_cfg()
3041 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_aeq_ctx_cfg()
3049 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_aeq_ctx_cfg()
3057 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_aeq_ctx_cfg()

Completed in 16 milliseconds