Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/hisilicon/
Dqm.c389 struct qm_aeqc { struct
2193 ret = qm_eqc_aeqc_dump(qm, s, sizeof(struct qm_aeqc), in qm_cmd_write_dump()
3828 struct qm_aeqc *aeqc; in qm_aeq_ctx_cfg()
3832 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_aeq_ctx_cfg()
3840 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_aeq_ctx_cfg()
3848 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_aeq_ctx_cfg()