Lines Matching refs:c4iw_cq
614 struct c4iw_cq *schp; in complete_sq_drain_wr()
644 struct c4iw_cq *rchp; in complete_rq_drain_wr()
1161 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp()
1162 struct c4iw_cq *schp) in __flush_qp()
1223 struct c4iw_cq *rchp, *schp; in flush_qp()
1718 struct c4iw_cq *schp; in c4iw_create_qp()
1719 struct c4iw_cq *rchp; in c4iw_create_qp()
1734 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1735 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
1788 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
1789 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()