Searched refs:qm_aeqc (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/hisilicon/ |
D | qm.c | 397 struct qm_aeqc { struct 1852 ret = qm_eqc_aeqc_dump(qm, s, sizeof(struct qm_aeqc), in qm_cmd_write_dump() 3475 struct qm_aeqc *aeqc; in qm_aeq_ctx_cfg() 3479 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_aeq_ctx_cfg() 3487 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_aeq_ctx_cfg() 3495 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_aeq_ctx_cfg()
|