Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dhisi_acc_qm.h367 struct qm_cqe *cqe;
/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c372 struct qm_cqe { struct
964 struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head; in qm_poll_req_cb()
2123 struct qm_cqe *cqe_curr; in qm_cq_dump()
2134 dump_show(qm, cqe_curr, sizeof(struct qm_cqe), "CQE"); in qm_cq_dump()
2848 memset(qp->cqe, 0, sizeof(struct qm_cqe) * qp->cq_depth); in qm_create_qp_nolock()
3377 struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head; in hisi_qm_is_q_updated()
3507 sizeof(struct qm_cqe) * cq_depth + PAGE_SIZE) >> in qm_alloc_uacce()
6287 qp_dma_size = qm->sqe_size * sq_depth + sizeof(struct qm_cqe) * cq_depth; in hisi_qp_alloc_memory()