Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm_common.h65 struct qm_aeqc { struct
H A Ddebugfs.c238 size = sizeof(struct qm_aeqc); in qm_eqc_aeqc_dump()
H A Dqm.c3073 struct qm_aeqc *aeqc; in qm_aeq_ctx_cfg()
3077 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_aeq_ctx_cfg()
3085 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_aeq_ctx_cfg()
3093 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_aeq_ctx_cfg()