Home
last modified time | relevance | path

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

/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()
2612 struct qm_cqc *cqc; in qm_cq_ctx_cfg()
2616 cqc = kzalloc(sizeof(struct qm_cqc), GFP_KERNEL); in qm_cq_ctx_cfg()
2634 cqc_dma = dma_map_single(dev, cqc, sizeof(struct qm_cqc), in qm_cq_ctx_cfg()
2642 dma_unmap_single(dev, cqc_dma, sizeof(struct qm_cqc), DMA_TO_DEVICE); in qm_cq_ctx_cfg()
2734 size_t size = sizeof(struct qm_sqc) + sizeof(struct qm_cqc); in qm_drain_qp()
2738 struct qm_cqc *cqc; in qm_drain_qp()
5725 QMC_ALIGN(sizeof(struct qm_cqc) * qm->qp_num); in hisi_qm_memory_init()