Lines Matching refs:efa_ucontext
128 static inline struct efa_ucontext *to_eucontext(struct ib_ucontext *ibucontext) in to_eucontext()
130 return container_of(ibucontext, struct efa_ucontext, ibucontext); in to_eucontext()
483 struct efa_ucontext *ucontext, in qp_mmap_entries_setup()
620 struct efa_ucontext *ucontext; in efa_create_qp()
623 ucontext = rdma_udata_to_drv_context(udata, struct efa_ucontext, in efa_create_qp()
1020 struct efa_ucontext *ucontext = rdma_udata_to_drv_context( in efa_create_cq()
1021 udata, struct efa_ucontext, ibucontext); in efa_create_cq()
1677 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_alloc_ucontext()
1731 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_dealloc_ucontext()
1744 static int __efa_mmap(struct efa_dev *dev, struct efa_ucontext *ucontext, in __efa_mmap()
1810 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_mmap()