Home
last modified time | relevance | path

Searched refs:mw_bind (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_qp.c530 struct ib_mw_bind *mw_bind) in iwch_bind_mw() argument
563 mw, mw_bind); in iwch_bind_mw()
567 if (mw_bind->send_flags & IB_SEND_SIGNALED) in iwch_bind_mw()
570 sgl.addr = mw_bind->addr; in iwch_bind_mw()
571 sgl.lkey = mw_bind->mr->lkey; in iwch_bind_mw()
572 sgl.length = mw_bind->length; in iwch_bind_mw()
577 wqe->bind.perms = iwch_ib_to_tpt_bind_access(mw_bind->mw_access_flags); in iwch_bind_mw()
578 wqe->bind.mr_stag = cpu_to_be32(mw_bind->mr->lkey); in iwch_bind_mw()
580 wqe->bind.mw_len = cpu_to_be32(mw_bind->length); in iwch_bind_mw()
581 wqe->bind.mw_va = cpu_to_be64(mw_bind->addr); in iwch_bind_mw()
[all …]
Diwch_provider.h333 struct ib_mw_bind *mw_bind);
/linux-3.4.99/drivers/infiniband/hw/ehca/
Dehca_iverbs.h101 struct ib_mw_bind *mw_bind);
Dehca_mrmw.c733 struct ib_mw_bind *mw_bind) in ehca_bind_mw() argument
/linux-3.4.99/include/rdma/
Dib_verbs.h1205 struct ib_mw_bind *mw_bind);
2087 struct ib_mw_bind *mw_bind) in ib_bind_mw() argument
2091 mw->device->bind_mw(qp, mw, mw_bind) : in ib_bind_mw()
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h728 struct ib_mw_bind *mw_bind);
Dqp.c757 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) in c4iw_bind_mw() argument
/linux-3.4.99/drivers/infiniband/hw/amso1100/
Dc2_wr.h1079 struct c2wr_mw_bind_req mw_bind; member