Lines Matching refs:uobject
454 if (pd->uobject) { in mthca_create_srq()
455 context = to_mucontext(pd->uobject->context); in mthca_create_srq()
476 if (err && pd->uobject) in mthca_create_srq()
501 if (srq->uobject) { in mthca_destroy_srq()
502 context = to_mucontext(srq->uobject->context); in mthca_destroy_srq()
536 if (pd->uobject) { in mthca_create_qp()
537 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
575 if (err && pd->uobject) { in mthca_create_qp()
576 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
595 if (pd->uobject) in mthca_create_qp()
633 if (qp->uobject) { in mthca_destroy_qp()
635 &to_mucontext(qp->uobject->context)->uar, in mthca_destroy_qp()
636 to_mucontext(qp->uobject->context)->db_tab, in mthca_destroy_qp()
639 &to_mucontext(qp->uobject->context)->uar, in mthca_destroy_qp()
640 to_mucontext(qp->uobject->context)->db_tab, in mthca_destroy_qp()
853 if (cq->uobject) { in mthca_destroy_cq()
855 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
856 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
859 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
860 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
998 if (!to_mucontext(pd->uobject->context)->reg_mr_warned) { in mthca_reg_user_mr()
1003 ++to_mucontext(pd->uobject->context)->reg_mr_warned; in mthca_reg_user_mr()
1012 mr->umem = ib_umem_get(pd->uobject->context, start, length, acc, in mthca_reg_user_mr()