Searched refs:iwch_ucontext (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_provider.h | 186 struct iwch_ucontext { struct 194 static inline struct iwch_ucontext *to_iwch_ucontext(struct ib_ucontext *c) in to_iwch_ucontext() argument 196 return container_of(c, struct iwch_ucontext, ibucontext); in to_iwch_ucontext() 206 static inline struct iwch_mm_entry *remove_mmap(struct iwch_ucontext *ucontext, in remove_mmap() 229 static inline void insert_mmap(struct iwch_ucontext *ucontext, in insert_mmap()
|
| D | iwch_provider.c | 68 struct iwch_ucontext *ucontext = to_iwch_ucontext(context); in iwch_dealloc_ucontext() 81 struct iwch_ucontext *context = to_iwch_ucontext(ucontext); in iwch_alloc_ucontext() 163 struct iwch_ucontext *ucontext = rdma_udata_to_drv_context( in iwch_create_cq() 164 udata, struct iwch_ucontext, ibucontext); in iwch_create_cq() 244 struct iwch_ucontext *ucontext; in iwch_mmap() 670 struct iwch_ucontext *ucontext; in iwch_destroy_qp() 684 ucontext = rdma_udata_to_drv_context(udata, struct iwch_ucontext, in iwch_destroy_qp() 706 struct iwch_ucontext *ucontext; in iwch_create_qp() 745 ucontext = rdma_udata_to_drv_context(udata, struct iwch_ucontext, in iwch_create_qp() 1248 INIT_RDMA_OBJ_SIZE(ib_ucontext, iwch_ucontext, ibucontext),
|