Home
last modified time | relevance | path

Searched refs:to_vucontext (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_verbs.c376 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_dealloc_ucontext()
406 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_mmap()
463 cmd->ctx_handle = (context) ? to_vucontext(context)->ctx_handle : 0; in pvrdma_alloc_pd()
Dpvrdma_cq.c190 (u64)to_vucontext(context)->ctx_handle : 0; in pvrdma_create_cq()
208 cq->uar = &(to_vucontext(context)->uar); in pvrdma_create_cq()
Dpvrdma.h244 pvrdma_ucontext *to_vucontext(struct ib_ucontext *ibucontext) in to_vucontext() function