Lines Matching refs:ibucontext
120 static inline struct efa_ucontext *to_eucontext(struct ib_ucontext *ibucontext) in to_eucontext() argument
122 return container_of(ibucontext, struct efa_ucontext, ibucontext); in to_eucontext()
643 ibucontext); in efa_create_qp()
919 udata, struct efa_ucontext, ibucontext); in efa_create_cq()
1541 int efa_alloc_ucontext(struct ib_ucontext *ibucontext, struct ib_udata *udata) in efa_alloc_ucontext() argument
1543 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_alloc_ucontext()
1544 struct efa_dev *dev = to_edev(ibucontext->device); in efa_alloc_ucontext()
1583 void efa_dealloc_ucontext(struct ib_ucontext *ibucontext) in efa_dealloc_ucontext() argument
1585 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_dealloc_ucontext()
1586 struct efa_dev *dev = to_edev(ibucontext->device); in efa_dealloc_ucontext()
1614 err = rdma_user_mmap_io(&ucontext->ibucontext, vma, pfn, length, in __efa_mmap()
1618 err = rdma_user_mmap_io(&ucontext->ibucontext, vma, pfn, length, in __efa_mmap()
1644 int efa_mmap(struct ib_ucontext *ibucontext, in efa_mmap() argument
1647 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_mmap()
1648 struct efa_dev *dev = to_edev(ibucontext->device); in efa_mmap()