Lines Matching refs:uobject
450 if (pd->uobject) { in mthca_create_srq()
451 context = to_mucontext(pd->uobject->context); in mthca_create_srq()
472 if (err && pd->uobject) in mthca_create_srq()
497 if (srq->uobject) { in mthca_destroy_srq()
498 context = to_mucontext(srq->uobject->context); in mthca_destroy_srq()
532 if (pd->uobject) { in mthca_create_qp()
533 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
571 if (err && pd->uobject) { in mthca_create_qp()
572 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
591 if (pd->uobject) in mthca_create_qp()
629 if (qp->uobject) { in mthca_destroy_qp()
631 &to_mucontext(qp->uobject->context)->uar, in mthca_destroy_qp()
632 to_mucontext(qp->uobject->context)->db_tab, 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()
845 if (cq->uobject) { in mthca_destroy_cq()
847 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
848 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
851 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
852 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
990 if (!to_mucontext(pd->uobject->context)->reg_mr_warned) { in mthca_reg_user_mr()
995 ++to_mucontext(pd->uobject->context)->reg_mr_warned; in mthca_reg_user_mr()
1004 mr->umem = ib_umem_get(pd->uobject->context, start, length, acc, in mthca_reg_user_mr()