Lines Matching refs:c4iw_cq
983 struct c4iw_cq *schp; in complete_sq_drain_wr()
1039 struct c4iw_cq *rchp; in complete_rq_drain_wr()
1596 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp()
1597 struct c4iw_cq *schp) in __flush_qp()
1662 struct c4iw_cq *rchp, *schp; in flush_qp()
2118 struct c4iw_cq *schp; in c4iw_create_qp()
2119 struct c4iw_cq *rchp; in c4iw_create_qp()
2135 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
2136 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
2198 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
2199 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()