Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/
H A Dqm_common.h8 struct qm_cqe { struct
H A Dqm.c931 struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head; in qm_poll_req_cb()
2033 memset(qp->cqe, 0, sizeof(struct qm_cqe) * qp->cq_depth); in qm_create_qp_nolock()
2557 struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head; in hisi_qm_is_q_updated()
2824 sizeof(struct qm_cqe) * cq_depth + PAGE_SIZE) >> in qm_alloc_uacce()
5622 qp_dma_size = qm->sqe_size * sq_depth + sizeof(struct qm_cqe) * cq_depth; in hisi_qp_alloc_memory()
/linux/include/linux/
H A Dhisi_acc_qm.h459 struct qm_cqe *cqe;