Home
last modified time | relevance | path

Searched refs:qm_cqc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm_common.h41 struct qm_cqc { struct
H A Dqm.c2024 struct qm_cqc *cqc; in qm_cq_ctx_cfg()
2028 cqc = kzalloc(sizeof(struct qm_cqc), GFP_KERNEL); in qm_cq_ctx_cfg()
2046 cqc_dma = dma_map_single(dev, cqc, sizeof(struct qm_cqc), in qm_cq_ctx_cfg()
2054 dma_unmap_single(dev, cqc_dma, sizeof(struct qm_cqc), DMA_TO_DEVICE); in qm_cq_ctx_cfg()
2147 size_t size = sizeof(struct qm_sqc) + sizeof(struct qm_cqc); in qm_drain_qp()
2151 struct qm_cqc *cqc; in qm_drain_qp()
5394 QMC_ALIGN(sizeof(struct qm_cqc) * qm->qp_num); in hisi_qm_memory_init()
H A Ddebugfs.c181 struct qm_cqc *cqc, *cqc_curr; in qm_cqc_dump()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dqm.c268 struct qm_cqc { struct
1189 struct qm_cqc *cqc, *cqc_curr; in qm_cqc_dump()
1742 struct qm_cqc *cqc; in qm_qp_ctx_cfg()
1776 cqc = kzalloc(sizeof(struct qm_cqc), GFP_KERNEL); in qm_qp_ctx_cfg()
1779 cqc_dma = dma_map_single(dev, cqc, sizeof(struct qm_cqc), in qm_qp_ctx_cfg()
1797 dma_unmap_single(dev, cqc_dma, sizeof(struct qm_cqc), DMA_TO_DEVICE); in qm_qp_ctx_cfg()
1851 size_t size = sizeof(struct qm_sqc) + sizeof(struct qm_cqc); in qm_drain_qp()
1855 struct qm_cqc *cqc; in qm_drain_qp()
2365 QMC_ALIGN(sizeof(struct qm_cqc) * qm->qp_num); in hisi_qm_memory_init()
H A Dqm.h217 struct qm_cqc *cqc;
/kernel/linux/linux-6.6/include/linux/
H A Dhisi_acc_qm.h336 struct qm_cqc *cqc;

Completed in 17 milliseconds