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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c530 struct ib_mw_bind *mw_bind)
562 PDBG("%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p\n", __func__, idx,
563 mw, mw_bind);
567 if (mw_bind->send_flags & IB_SEND_SIGNALED)
570 sgl.addr = mw_bind->addr;
571 sgl.lkey = mw_bind->mr->lkey;
572 sgl.length = mw_bind->length;
577 wqe->bind.perms = iwch_ib_to_tpt_bind_access(mw_bind->mw_access_flags);
578 wqe->bind.mr_stag = cpu_to_be32(mw_bind->mr->lkey);
580 wqe->bind.mw_len = cpu_to_be32(mw_bind
528 iwch_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
[all...]
H A Diwch_provider.h332 struct ib_mw_bind *mw_bind);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h101 struct ib_mw_bind *mw_bind);
H A Dehca_mrmw.c733 struct ib_mw_bind *mw_bind)
731 ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h1117 struct ib_mw_bind *mw_bind);
1968 * @mw_bind: Specifies information about the memory window, including
1973 struct ib_mw_bind *mw_bind)
1976 mw->device->bind_mw(qp, mw, mw_bind) :
1971 ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h675 struct ib_mw_bind *mw_bind);
H A Dqp.c704 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h1079 struct c2wr_mw_bind_req mw_bind; member in union:c2wr_sqwr

Completed in 100 milliseconds