Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/hisilicon/
Dqm_common.h42 struct qm_cqc { struct
Dqm.c1999 struct qm_cqc *cqc; in qm_cq_ctx_cfg()
2003 cqc = kzalloc(sizeof(struct qm_cqc), GFP_KERNEL); in qm_cq_ctx_cfg()
2021 cqc_dma = dma_map_single(dev, cqc, sizeof(struct qm_cqc), in qm_cq_ctx_cfg()
2029 dma_unmap_single(dev, cqc_dma, sizeof(struct qm_cqc), DMA_TO_DEVICE); in qm_cq_ctx_cfg()
2122 size_t size = sizeof(struct qm_sqc) + sizeof(struct qm_cqc); in qm_drain_qp()
2126 struct qm_cqc *cqc; in qm_drain_qp()
5333 QMC_ALIGN(sizeof(struct qm_cqc) * qm->qp_num); in hisi_qm_memory_init()
Ddebugfs.c181 struct qm_cqc *cqc, *cqc_curr; in qm_cqc_dump()
/Linux-v6.6/include/linux/
Dhisi_acc_qm.h313 struct qm_cqc *cqc;