Lines Matching refs:cq
1125 c4iw_count_rcqes(&rchp->cq, &qhp->wq, &count); in __flush_qp()
1126 rq_flushed = c4iw_flush_rq(&qhp->wq, &rchp->cq, count); in __flush_qp()
1140 if (t4_clear_cq_armed(&rchp->cq) && in __flush_qp()
1148 if (t4_clear_cq_armed(&rchp->cq) && rq_flushed) { in __flush_qp()
1154 if (t4_clear_cq_armed(&schp->cq) && sq_flushed) { in __flush_qp()
1173 t4_set_cq_in_error(&rchp->cq); in flush_qp()
1178 t4_set_cq_in_error(&schp->cq); in flush_qp()
1629 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1630 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
1669 ret = create_qp(&rhp->rdev, &qhp->wq, &schp->cq, &rchp->cq, in c4iw_create_qp()
1680 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
1681 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()