Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_verbs.c381 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_dealloc_ucontext()
411 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_mmap()
468 cmd->ctx_handle = (context) ? to_vucontext(context)->ctx_handle : 0; in pvrdma_alloc_pd()
Dpvrdma_cq.c189 (u64)to_vucontext(context)->ctx_handle : 0; in pvrdma_create_cq()
207 cq->uar = &(to_vucontext(context)->uar); in pvrdma_create_cq()
Dpvrdma.h264 pvrdma_ucontext *to_vucontext(struct ib_ucontext *ibucontext) in to_vucontext() function