Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.h118 struct qm_cqe { struct
142 struct qm_cqe *cqe; argument
H A Dhisi_qm.c363 size_t cq_size = sizeof(struct qm_cqe) * HISI_QM_Q_DEPTH; in qp_alloc()
726 memset(qp->cqe, 0, sizeof(struct qm_cqe) * HISI_QM_Q_DEPTH); in hisi_qm_create_qp()
830 struct qm_cqe *cqe = NULL; in hisi_qp_recv()