Lines Matching refs:ibqp
739 int c4iw_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in c4iw_post_send() argument
753 qhp = to_c4iw_qp(ibqp); in c4iw_post_send()
867 int c4iw_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in c4iw_post_receive() argument
878 qhp = to_c4iw_qp(ibqp); in c4iw_post_receive()
1181 rchp = to_c4iw_cq(qhp->ibqp.recv_cq); in flush_qp()
1182 schp = to_c4iw_cq(qhp->ibqp.send_cq); in flush_qp()
1185 if (qhp->ibqp.uobject) { in flush_qp()
1312 if (!qhp->ibqp.uobject) in rdma_init()
1797 qhp->ibqp.qp_num = qhp->wq.sq.qid; in c4iw_create_qp()
1805 return &qhp->ibqp; in c4iw_create_qp()
1826 int c4iw_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_modify_qp() argument
1834 PDBG("%s ib_qp %p\n", __func__, ibqp); in c4iw_ib_modify_qp()
1845 qhp = to_c4iw_qp(ibqp); in c4iw_ib_modify_qp()
1871 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
1884 int c4iw_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_query_qp() argument
1887 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_ib_query_qp()