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()
2116 struct c4iw_cq *schp; in c4iw_create_qp()
2117 struct c4iw_cq *rchp; in c4iw_create_qp()
2131 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
2132 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
2188 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
2189 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()