Lines Matching refs:ibqp
724 int c4iw_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in c4iw_post_send() argument
738 qhp = to_c4iw_qp(ibqp); in c4iw_post_send()
853 int c4iw_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in c4iw_post_receive() argument
864 qhp = to_c4iw_qp(ibqp); in c4iw_post_receive()
1168 rchp = to_c4iw_cq(qhp->ibqp.recv_cq); in flush_qp()
1169 schp = to_c4iw_cq(qhp->ibqp.send_cq); in flush_qp()
1172 if (qhp->ibqp.uobject) { in flush_qp()
1299 if (!qhp->ibqp.uobject) in rdma_init()
1784 qhp->ibqp.qp_num = qhp->wq.sq.qid; in c4iw_create_qp()
1792 return &qhp->ibqp; in c4iw_create_qp()
1813 int c4iw_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_modify_qp() argument
1821 PDBG("%s ib_qp %p\n", __func__, ibqp); in c4iw_ib_modify_qp()
1832 qhp = to_c4iw_qp(ibqp); in c4iw_ib_modify_qp()
1858 if (is_t5(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
1871 int c4iw_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_query_qp() argument
1874 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_ib_query_qp()