Searched refs:pvrdma_ucontext (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_verbs.c | 317 struct pvrdma_ucontext *context = to_vucontext(uctx); in pvrdma_alloc_ucontext() 371 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_dealloc_ucontext() 397 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_mmap() 438 struct pvrdma_ucontext *context = rdma_udata_to_drv_context( in pvrdma_alloc_pd() 439 udata, struct pvrdma_ucontext, ibucontext); in pvrdma_alloc_pd()
|
H A D | pvrdma.h | 120 struct pvrdma_ucontext { struct 264 pvrdma_ucontext *to_vucontext(struct ib_ucontext *ibucontext) in to_vucontext() 266 return container_of(ibucontext, struct pvrdma_ucontext, ibucontext); in to_vucontext()
|
H A D | pvrdma_cq.c | 117 struct pvrdma_ucontext *context = rdma_udata_to_drv_context( in pvrdma_create_cq() 118 udata, struct pvrdma_ucontext, ibucontext); in pvrdma_create_cq()
|
H A D | pvrdma_main.c | 187 INIT_RDMA_OBJ_SIZE(ib_ucontext, pvrdma_ucontext, ibucontext),
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_verbs.c | 317 struct pvrdma_ucontext *context = to_vucontext(uctx); in pvrdma_alloc_ucontext() 371 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_dealloc_ucontext() 397 struct pvrdma_ucontext *context = to_vucontext(ibcontext); in pvrdma_mmap() 438 struct pvrdma_ucontext *context = rdma_udata_to_drv_context( in pvrdma_alloc_pd() 439 udata, struct pvrdma_ucontext, ibucontext); in pvrdma_alloc_pd()
|
H A D | pvrdma.h | 120 struct pvrdma_ucontext { struct 264 pvrdma_ucontext *to_vucontext(struct ib_ucontext *ibucontext) in to_vucontext() 266 return container_of(ibucontext, struct pvrdma_ucontext, ibucontext); in to_vucontext()
|
H A D | pvrdma_cq.c | 117 struct pvrdma_ucontext *context = rdma_udata_to_drv_context( in pvrdma_create_cq() 118 udata, struct pvrdma_ucontext, ibucontext); in pvrdma_create_cq()
|
H A D | pvrdma_main.c | 189 INIT_RDMA_OBJ_SIZE(ib_ucontext, pvrdma_ucontext, ibucontext),
|
Completed in 9 milliseconds