Searched refs:ocrdma_ucontext (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/ocrdma/ |
| A D | ocrdma.h | 333 struct ocrdma_ucontext *ucontext; 346 struct ocrdma_ucontext *uctx; 432 struct ocrdma_ucontext { struct 460 static inline struct ocrdma_ucontext *get_ocrdma_ucontext(struct ib_ucontext in get_ocrdma_ucontext() argument 463 return container_of(ibucontext, struct ocrdma_ucontext, ibucontext); in get_ocrdma_ucontext()
|
| A D | ocrdma_verbs.c | 358 struct ocrdma_ucontext *uctx, in _ocrdma_alloc_pd() 404 struct ocrdma_ucontext *uctx, in ocrdma_alloc_ucontext_pd() 469 struct ocrdma_ucontext *ctx = get_ocrdma_ucontext(uctx); in ocrdma_alloc_ucontext() 590 struct ocrdma_ucontext *uctx = rdma_udata_to_drv_context( in ocrdma_copy_pd_uresp() 591 udata, struct ocrdma_ucontext, ibucontext); in ocrdma_copy_pd_uresp() 636 struct ocrdma_ucontext *uctx = rdma_udata_to_drv_context( in ocrdma_alloc_pd() 637 udata, struct ocrdma_ucontext, ibucontext); in ocrdma_alloc_pd() 673 struct ocrdma_ucontext *uctx = NULL; in ocrdma_dealloc_pd() 929 struct ocrdma_ucontext *uctx = rdma_udata_to_drv_context( in ocrdma_copy_cq_uresp() 930 udata, struct ocrdma_ucontext, ibucontext); in ocrdma_copy_cq_uresp() [all …]
|
| A D | ocrdma_main.c | 175 INIT_RDMA_OBJ_SIZE(ib_ucontext, ocrdma_ucontext, ibucontext),
|
Completed in 736 milliseconds