Lines Matching refs:uobject
455 if (pd->uobject) { in mthca_create_srq()
456 context = to_mucontext(pd->uobject->context); in mthca_create_srq()
477 if (err && pd->uobject) in mthca_create_srq()
502 if (srq->uobject) { in mthca_destroy_srq()
503 context = to_mucontext(srq->uobject->context); in mthca_destroy_srq()
537 if (pd->uobject) { in mthca_create_qp()
538 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
576 if (err && pd->uobject) { in mthca_create_qp()
577 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
596 if (pd->uobject) in mthca_create_qp()
634 if (qp->uobject) { in mthca_destroy_qp()
636 &to_mucontext(qp->uobject->context)->uar, in mthca_destroy_qp()
637 to_mucontext(qp->uobject->context)->db_tab, in mthca_destroy_qp()
640 &to_mucontext(qp->uobject->context)->uar, in mthca_destroy_qp()
641 to_mucontext(qp->uobject->context)->db_tab, in mthca_destroy_qp()
854 if (cq->uobject) { in mthca_destroy_cq()
856 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
857 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
860 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
861 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
916 if (!to_mucontext(pd->uobject->context)->reg_mr_warned) { in mthca_reg_user_mr()
921 ++to_mucontext(pd->uobject->context)->reg_mr_warned; in mthca_reg_user_mr()
930 mr->umem = ib_umem_get(pd->uobject->context, start, length, acc, in mthca_reg_user_mr()