Searched defs:ib_mw (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ehca/
H A Dehca_classes.h292 struct ib_mw ib_mw; /* gen2 mw, must always be first in ehca_mw */ member in struct:ehca_mw
H A Dehca_mrmw.c691 struct ib_mw *ehca_alloc_mw(struct ib_pd *pd)
693 struct ib_mw *ib_mw; local
703 ib_mw = ERR_PTR(-ENOMEM);
713 ib_mw = ERR_PTR(ehca2ib_return_code(h_ret));
718 e_mw->ib_mw.rkey = hipzout.rkey;
719 return &e_mw->ib_mw;
724 if (IS_ERR(ib_mw))
725 ehca_err(pd->device, "h_ret=%li pd=%p", PTR_ERR(ib_mw), pd);
726 return ib_mw;
[all...]

Completed in 13 milliseconds