Lines Matching refs:ib_mw
688 struct ib_mw *ehca_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in ehca_alloc_mw()
690 struct ib_mw *ib_mw; in ehca_alloc_mw() local
703 ib_mw = ERR_PTR(-ENOMEM); in ehca_alloc_mw()
713 ib_mw = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_alloc_mw()
718 e_mw->ib_mw.rkey = hipzout.rkey; in ehca_alloc_mw()
719 return &e_mw->ib_mw; in ehca_alloc_mw()
724 if (IS_ERR(ib_mw)) in ehca_alloc_mw()
725 ehca_err(pd->device, "h_ret=%li pd=%p", PTR_ERR(ib_mw), pd); in ehca_alloc_mw()
726 return ib_mw; in ehca_alloc_mw()
732 struct ib_mw *mw, in ehca_bind_mw()
743 int ehca_dealloc_mw(struct ib_mw *mw) in ehca_dealloc_mw()
748 struct ehca_mw *e_mw = container_of(mw, struct ehca_mw, ib_mw); in ehca_dealloc_mw()