Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/hisilicon/
Dqm_common.h66 struct qm_aeqc { struct
Ddebugfs.c238 size = sizeof(struct qm_aeqc); in qm_eqc_aeqc_dump()
Dqm.c3051 struct qm_aeqc *aeqc; in qm_aeq_ctx_cfg()
3055 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_aeq_ctx_cfg()
3063 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_aeq_ctx_cfg()
3071 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_aeq_ctx_cfg()