Searched refs:efa_ucontext (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/hw/efa/
H A Defa.h74 struct efa_ucontext { struct
101 struct efa_ucontext *ucontext;
H A Defa_verbs.c139 static inline struct efa_ucontext *to_eucontext(struct ib_ucontext *ibucontext)
141 return container_of(ibucontext, struct efa_ucontext, ibucontext);
504 struct efa_ucontext *ucontext,
641 struct efa_ucontext *ucontext;
644 ucontext = rdma_udata_to_drv_context(udata, struct efa_ucontext,
1072 struct efa_ucontext *ucontext = rdma_udata_to_drv_context(
1073 udata, struct efa_ucontext, ibucontext);
1856 struct efa_ucontext *ucontext = to_eucontext(ibucontext);
1910 struct efa_ucontext *ucontext = to_eucontext(ibucontext);
1923 static int __efa_mmap(struct efa_dev *dev, struct efa_ucontext *ucontex
[all...]
H A Defa_main.c396 INIT_RDMA_OBJ_SIZE(ib_ucontext, efa_ucontext, ibucontext),

Completed in 146 milliseconds