Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/
Dqm.c247 struct qm_aeqc { struct
1571 struct qm_aeqc *aeqc; in qm_eq_ctx_cfg()
1599 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_eq_ctx_cfg()
1602 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_eq_ctx_cfg()
1614 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_eq_ctx_cfg()