Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c729 qp->cq_head = 0; in hisi_qm_create_qp()
818 if (qp->cq_head == HISI_QM_Q_DEPTH - 1) { in qm_cq_head_update()
820 qp->cq_head = 0; in qm_cq_head_update()
822 qp->cq_head++; in qm_cq_head_update()
837 cqe = qp->cqe + qp->cq_head; in hisi_qp_recv()
843 qm_db(qm, qp->qp_id, QM_DOORBELL_CMD_CQ, qp->cq_head, 0); in hisi_qp_recv()
H A Dhisi_qm.h137 uint16_t cq_head; member