Searched refs:cq_cons (Results 1 – 1 of 1) sorted by relevance
2289 uint32_t cq_cons; member4736 cq->cq_cons = 0; in mcx_create_cq()4803 cq->cq_cons = 0; in mcx_destroy_cq()7006 next = cq->cq_cons % (1 << MCX_LOG_CQ_SIZE); in mcx_next_cq_entry()7009 ((cq->cq_cons >> MCX_LOG_CQ_SIZE) & 1)) { in mcx_next_cq_entry()7025 val |= (cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK); in mcx_arm_cq()7032 be32enc(&db->db_update_ci, cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK); in mcx_arm_cq()7094 cq->cq_cons++; in mcx_process_cq()8860 kstat_kv_u64(kvs++) = q->q_cq.cq_cons; in mcx_kstat_queue_read()