Lines Matching defs:q_cq
2348 struct mcx_cq q_cq;
7209 if (cqn == q->q_cq.cq_n)
7210 mcx_process_cq(sc, q, &q->q_cq);
7278 if (mcx_create_cq(sc, &q->q_cq, q->q_uar, q->q_index,
7282 if (mcx_create_sq(sc, tx, q->q_uar, q->q_index, q->q_cq.cq_n)
7286 if (mcx_create_rq(sc, rx, q->q_index, q->q_cq.cq_n) != 0)
7294 mcx_destroy_cq(sc, &q->q_cq);
7583 struct mcx_cq *cq = &q->q_cq;
8855 if (mcx_query_cq(sc, &q->q_cq, &u.cq) != 0) {
8860 kstat_kv_u64(kvs++) = q->q_cq.cq_cons;