Searched refs:efa_ucontext (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/infiniband/hw/efa/ |
A D | efa.h | 73 struct efa_ucontext { struct 90 struct efa_ucontext *ucontext; argument
|
A D | efa_verbs.c | 131 static inline struct efa_ucontext *to_eucontext(struct ib_ucontext *ibucontext) in to_eucontext() 133 return container_of(ibucontext, struct efa_ucontext, ibucontext); in to_eucontext() 489 struct efa_ucontext *ucontext, in qp_mmap_entries_setup() 626 struct efa_ucontext *ucontext; in efa_create_qp() 629 ucontext = rdma_udata_to_drv_context(udata, struct efa_ucontext, in efa_create_qp() 1057 struct efa_ucontext *ucontext = rdma_udata_to_drv_context( in efa_create_cq() 1058 udata, struct efa_ucontext, ibucontext); in efa_create_cq() 1796 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_alloc_ucontext() 1850 struct efa_ucontext *ucontext = to_eucontext(ibucontext); in efa_dealloc_ucontext() 1863 static int __efa_mmap(struct efa_dev *dev, struct efa_ucontext *ucontext, in __efa_mmap() [all …]
|
A D | efa_main.c | 389 INIT_RDMA_OBJ_SIZE(ib_ucontext, efa_ucontext, ibucontext),
|
Completed in 11 milliseconds