Searched refs:ib_mw (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.h87 struct ib_mw ibmw;
94 to_iwch_mw(struct ib_mw *ibmw)
334 struct ib_mw *mw,
H A Diw_cxgb_provider.c674 static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd)
708 static int iwch_dealloc_mw(struct ib_mw *mw)
720 CTR4(KTR_IW_CXGB, "%s ib_mw %p mmid 0x%x ptr %p", __FUNCTION__, mw, mmid, mhp);
H A Diw_cxgb_qp.c514 struct ib_mw *mw,
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_verbs.h808 struct ib_mw { struct
1018 struct ib_mw * (*alloc_mw)(struct ib_pd *pd);
1020 struct ib_mw *mw,
1022 int (*dealloc_mw)(struct ib_mw *mw);
1766 struct ib_mw *ib_alloc_mw(struct ib_pd *pd);
1778 struct ib_mw *mw,
1791 int ib_dealloc_mw(struct ib_mw *mw);
H A Drdma_verbs.c726 struct ib_mw *ib_alloc_mw(struct ib_pd *pd)
728 struct ib_mw *mw;
744 int ib_dealloc_mw(struct ib_mw *mw)
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h946 struct ib_mw { struct
1162 struct ib_mw * (*alloc_mw)(struct ib_pd *pd);
1164 struct ib_mw *mw,
1166 int (*dealloc_mw)(struct ib_mw *mw);
2069 struct ib_mw *ib_alloc_mw(struct ib_pd *pd);
2081 struct ib_mw *mw,
2094 int ib_dealloc_mw(struct ib_mw *mw);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c918 struct ib_mw *ib_alloc_mw(struct ib_pd *pd)
920 struct ib_mw *mw;
937 int ib_dealloc_mw(struct ib_mw *mw)

Completed in 108 milliseconds