Searched refs:efa_ucontext (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/efa/ | 
| D | efa.h | 72 struct efa_ucontext {  struct 91 	struct efa_ucontext *ucontext;  argument
  | 
| D | efa_verbs.c | 120 static inline struct efa_ucontext *to_eucontext(struct ib_ucontext *ibucontext)  in to_eucontext() 122 	return container_of(ibucontext, struct efa_ucontext, ibucontext);  in to_eucontext() 183 				     struct efa_ucontext *ucontext)  in mmap_entries_remove_free() 205 					     struct efa_ucontext *ucontext,  in mmap_entry_get() 230 static u64 mmap_entry_insert(struct efa_dev *dev, struct efa_ucontext *ucontext,  in mmap_entry_insert() 514 				 struct efa_ucontext *ucontext,  in qp_mmap_entries_setup() 638 	struct efa_ucontext *ucontext;  in efa_create_qp() 642 	ucontext = rdma_udata_to_drv_context(udata, struct efa_ucontext,  in efa_create_qp() 918 	struct efa_ucontext *ucontext = rdma_udata_to_drv_context(  in efa_create_cq() 919 		udata, struct efa_ucontext, ibucontext);  in efa_create_cq() [all …] 
 | 
| D | efa_main.c | 231 	INIT_RDMA_OBJ_SIZE(ib_ucontext, efa_ucontext, ibucontext),
  |