Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm_common.h55 struct qm_eqc { struct
H A Ddebugfs.c235 size = sizeof(struct qm_eqc); in qm_eqc_aeqc_dump()
H A Dqm.c3041 struct qm_eqc *eqc; in qm_eq_ctx_cfg()
3045 eqc = kzalloc(sizeof(struct qm_eqc), GFP_KERNEL); in qm_eq_ctx_cfg()
3055 eqc_dma = dma_map_single(dev, eqc, sizeof(struct qm_eqc), in qm_eq_ctx_cfg()
3063 dma_unmap_single(dev, eqc_dma, sizeof(struct qm_eqc), DMA_TO_DEVICE); in qm_eq_ctx_cfg()