Searched refs:bind_mw (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_verbs.h1019 int (*bind_mw)(struct ib_qp *qp, member in struct:ib_device
1782 return mw->device->bind_mw ?
1783 mw->device->bind_mw(qp, mw, mw_bind) :
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1163 int (*bind_mw)(struct ib_qp *qp, member in struct:ib_device
2085 return mw->device->bind_mw ?
2086 mw->device->bind_mw(qp, mw, mw_bind) :
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h703 int (*bind_mw)(struct ibv_qp *qp, struct ibv_mw *mw, member in struct:ibv_context_ops
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1113 dev->ibdev.bind_mw = iwch_bind_mw;

Completed in 113 milliseconds