Home
last modified time | relevance | path

Searched refs:qm_eqc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm_common.h55 struct qm_eqc { struct
H A Dqm.c3044 struct qm_eqc *eqc; in qm_eq_ctx_cfg()
3048 eqc = kzalloc(sizeof(struct qm_eqc), GFP_KERNEL); in qm_eq_ctx_cfg()
3058 eqc_dma = dma_map_single(dev, eqc, sizeof(struct qm_eqc), in qm_eq_ctx_cfg()
3066 dma_unmap_single(dev, eqc_dma, sizeof(struct qm_eqc), DMA_TO_DEVICE); in qm_eq_ctx_cfg()
H A Ddebugfs.c235 size = sizeof(struct qm_eqc); in qm_eqc_aeqc_dump()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dqm.c282 struct qm_eqc { struct
1441 ret = qm_eqc_aeqc_dump(qm, s, sizeof(struct qm_eqc), in qm_cmd_write_dump()
2521 struct qm_eqc *eqc; in qm_eq_ctx_cfg()
2529 eqc = kzalloc(sizeof(struct qm_eqc), GFP_KERNEL); in qm_eq_ctx_cfg()
2532 eqc_dma = dma_map_single(dev, eqc, sizeof(struct qm_eqc), in qm_eq_ctx_cfg()
2545 dma_unmap_single(dev, eqc_dma, sizeof(struct qm_eqc), DMA_TO_DEVICE); in qm_eq_ctx_cfg()

Completed in 16 milliseconds