Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/hisilicon/
Dqm.h236 struct qm_cqc *cqc;
Dqm.c373 struct qm_cqc { struct
1597 struct qm_cqc *cqc, *cqc_curr; in qm_cqc_dump()
2610 struct qm_cqc *cqc; in qm_cq_ctx_cfg()
2614 cqc = kzalloc(sizeof(struct qm_cqc), GFP_KERNEL); in qm_cq_ctx_cfg()
2632 cqc_dma = dma_map_single(dev, cqc, sizeof(struct qm_cqc), in qm_cq_ctx_cfg()
2640 dma_unmap_single(dev, cqc_dma, sizeof(struct qm_cqc), DMA_TO_DEVICE); in qm_cq_ctx_cfg()
2732 size_t size = sizeof(struct qm_sqc) + sizeof(struct qm_cqc); in qm_drain_qp()
2736 struct qm_cqc *cqc; in qm_drain_qp()
5723 QMC_ALIGN(sizeof(struct qm_cqc) * qm->qp_num); in hisi_qm_memory_init()