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

/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_verbs.c730 if (!pd->device->alloc_mw)
733 mw = pd->device->alloc_mw(pd);
H A Dib_verbs.h1018 struct ib_mw * (*alloc_mw)(struct ib_pd *pd); member in struct:ib_device
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c922 if (!pd->device->alloc_mw)
925 mw = pd->device->alloc_mw(pd);
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h702 struct ibv_mw * (*alloc_mw)(struct ibv_pd *pd, enum ibv_mw_type type); member in struct:ibv_context_ops
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1112 dev->ibdev.alloc_mw = iwch_alloc_mw;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1162 struct ib_mw * (*alloc_mw)(struct ib_pd *pd); member in struct:ib_device

Completed in 122 milliseconds