Home
last modified time | relevance | path

Searched refs:to_mucontext (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c291 struct mthca_ucontext *context = to_mucontext(uctx); in mthca_alloc_ucontext()
327 mthca_cleanup_user_db_tab(to_mdev(context->device), &to_mucontext(context)->uar, in mthca_dealloc_ucontext()
328 to_mucontext(context)->db_tab); in mthca_dealloc_ucontext()
329 mthca_uar_free(to_mdev(context->device), &to_mucontext(context)->uar); in mthca_dealloc_ucontext()
341 to_mucontext(context)->uar.pfn, in mthca_mmap_uar()
H A Dmthca_provider.h281 static inline struct mthca_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext() function