Searched defs:ib_qp (Results 1 - 5 of 5) sorted by relevance

/drivers/infiniband/hw/nes/
H A Dnes_verbs.h104 struct ib_qp *ib_qp; member in struct:nes_fmr
135 struct ib_qp ibqp;
/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c202 static void c2_add_ref(struct ib_qp *ibqp)
210 static void c2_rem_ref(struct ib_qp *ibqp)
219 struct ib_qp *c2_get_qp(struct ib_device *device, int qpn)
232 static struct ib_qp *c2_create_qp(struct ib_pd *pd,
278 static int c2_destroy_qp(struct ib_qp *ib_qp) argument
280 struct c2_qp *qp = to_c2qp(ib_qp);
283 __func__, __LINE__, ib_qp, qp->state);
284 c2_free_qp(to_c2dev(ib_qp->device), qp);
563 static int c2_modify_qp(struct ib_qp *ibq
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c75 static int iwch_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
80 static int iwch_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
859 static int iwch_destroy_qp(struct ib_qp *ib_qp) argument
866 qhp = to_iwch_qp(ib_qp);
878 ucontext = ib_qp->uobject ? to_iwch_ucontext(ib_qp->uobject->context)
883 PDBG("%s ib_qp %p qpid 0x%0x qhp %p\n", __func__,
884 ib_qp, qhp->wq.qpid, qhp);
889 static struct ib_qp *iwch_create_q
[all...]
/drivers/infiniband/hw/cxgb4/
H A Dqp.c568 void c4iw_qp_add_ref(struct ib_qp *qp)
570 PDBG("%s ib_qp %p\n", __func__, qp);
574 void c4iw_qp_rem_ref(struct ib_qp *qp)
576 PDBG("%s ib_qp %p\n", __func__, qp);
581 int c4iw_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
695 int c4iw_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr,
757 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind)
1355 int c4iw_destroy_qp(struct ib_qp *ib_qp) argument
1362 qhp = to_c4iw_qp(ib_qp);
[all...]
/drivers/infiniband/hw/ehca/
H A Dehca_classes.h98 struct ib_qp *ibqp_sqp[2];
187 struct ib_qp ib_qp; member in union:ehca_qp::__anon939

Completed in 34 milliseconds