Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm_common.h65 struct qm_aeqc { struct
H A Dqm.c3072 struct qm_aeqc *aeqc; in qm_aeq_ctx_cfg()
3076 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_aeq_ctx_cfg()
3084 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_aeq_ctx_cfg()
3092 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_aeq_ctx_cfg()