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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c384 struct ib_mw_bind *mw_bind)
416 PDBG("%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p\n", __FUNCTION__, idx,
417 mw, mw_bind);
421 if (mw_bind->send_flags & IB_SEND_SIGNALED)
424 sgl.addr = mw_bind->addr;
425 sgl.lkey = mw_bind->mr->lkey;
426 sgl.length = mw_bind->length;
431 wqe->bind.perms = iwch_ib_to_mwbind_access(mw_bind->mw_access_flags);
432 wqe->bind.mr_stag = cpu_to_be32(mw_bind->mr->lkey);
434 wqe->bind.mw_len = cpu_to_be32(mw_bind
382 iwch_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
[all...]
H A Diwch_provider.h331 struct ib_mw_bind *mw_bind);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h97 struct ib_mw_bind *mw_bind);
H A Dehca_mrmw.c659 struct ib_mw_bind *mw_bind)
657 ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h1004 struct ib_mw_bind *mw_bind);
1757 * @mw_bind: Specifies information about the memory window, including
1762 struct ib_mw_bind *mw_bind)
1765 mw->device->bind_mw(qp, mw, mw_bind) :
1760 ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h1079 struct c2wr_mw_bind_req mw_bind; member in union:c2wr_sqwr

Completed in 122 milliseconds