Lines Matching refs:to_mucontext

353 	mthca_cleanup_user_db_tab(to_mdev(context->device), &to_mucontext(context)->uar,  in mthca_dealloc_ucontext()
354 to_mucontext(context)->db_tab); in mthca_dealloc_ucontext()
355 mthca_uar_free(to_mdev(context->device), &to_mucontext(context)->uar); in mthca_dealloc_ucontext()
356 kfree(to_mucontext(context)); in mthca_dealloc_ucontext()
370 to_mucontext(context)->uar.pfn, in mthca_mmap_uar()
459 context = to_mucontext(pd->uobject->context); in mthca_create_srq()
506 context = to_mucontext(srq->uobject->context); in mthca_destroy_srq()
541 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
580 context = to_mucontext(pd->uobject->context); in mthca_create_qp()
639 &to_mucontext(qp->uobject->context)->uar, in mthca_destroy_qp()
640 to_mucontext(qp->uobject->context)->db_tab, in mthca_destroy_qp()
643 &to_mucontext(qp->uobject->context)->uar, in mthca_destroy_qp()
644 to_mucontext(qp->uobject->context)->db_tab, in mthca_destroy_qp()
673 err = mthca_map_user_db(to_mdev(ibdev), &to_mucontext(context)->uar, in mthca_create_cq()
674 to_mucontext(context)->db_tab, in mthca_create_cq()
679 err = mthca_map_user_db(to_mdev(ibdev), &to_mucontext(context)->uar, in mthca_create_cq()
680 to_mucontext(context)->db_tab, in mthca_create_cq()
702 context ? to_mucontext(context) : NULL, in mthca_create_cq()
723 mthca_unmap_user_db(to_mdev(ibdev), &to_mucontext(context)->uar, in mthca_create_cq()
724 to_mucontext(context)->db_tab, ucmd.arm_db_index); in mthca_create_cq()
728 mthca_unmap_user_db(to_mdev(ibdev), &to_mucontext(context)->uar, in mthca_create_cq()
729 to_mucontext(context)->db_tab, ucmd.set_db_index); in mthca_create_cq()
859 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
860 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
863 &to_mucontext(cq->uobject->context)->uar, in mthca_destroy_cq()
864 to_mucontext(cq->uobject->context)->db_tab, in mthca_destroy_cq()
919 if (!to_mucontext(pd->uobject->context)->reg_mr_warned) { in mthca_reg_user_mr()
924 ++to_mucontext(pd->uobject->context)->reg_mr_warned; in mthca_reg_user_mr()