Searched refs:cq_head (Results 1 – 2 of 2) sorted by relevance
729 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()
137 uint16_t cq_head; member