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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h94 struct ib_mw *ehca_alloc_mw(struct ib_pd *pd);
96 int ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw,
99 int ehca_dealloc_mw(struct ib_mw *mw);
H A Dehca_classes.h202 struct ib_mw ib_mw; /* gen2 mw, must always be first in ehca_mw */ member in struct:ehca_mw
H A Dehca_mrmw.c617 struct ib_mw *ehca_alloc_mw(struct ib_pd *pd)
619 struct ib_mw *ib_mw; local
629 ib_mw = ERR_PTR(-ENOMEM);
639 ib_mw = ERR_PTR(ehca_mrmw_map_hrc_alloc(h_ret));
644 e_mw->ib_mw.rkey = hipzout.rkey;
645 return &e_mw->ib_mw;
650 if (IS_ERR(ib_mw))
651 ehca_err(pd->device, "rc=%lx pd=%p", PTR_ERR(ib_mw), pd);
652 return ib_mw;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h90 struct ib_mw ibmw;
96 static inline struct iwch_mw *to_iwch_mw(struct ib_mw *ibmw)
330 struct ib_mw *mw,
H A Diwch_provider.c687 static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd)
716 static int iwch_dealloc_mw(struct ib_mw *mw)
728 PDBG("%s ib_mw %p mmid 0x%x ptr %p\n", __FUNCTION__, mw, mmid, mhp);
H A Diwch_qp.c383 struct ib_mw *mw,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h794 struct ib_mw { struct
1001 struct ib_mw * (*alloc_mw)(struct ib_pd *pd);
1003 struct ib_mw *mw,
1005 int (*dealloc_mw)(struct ib_mw *mw);
1749 struct ib_mw *ib_alloc_mw(struct ib_pd *pd);
1761 struct ib_mw *mw,
1773 int ib_dealloc_mw(struct ib_mw *mw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dverbs.c748 struct ib_mw *ib_alloc_mw(struct ib_pd *pd)
750 struct ib_mw *mw;
767 int ib_dealloc_mw(struct ib_mw *mw)

Completed in 59 milliseconds