Lines Matching defs:context
111 * i40iw_alloc_ucontext - Allocate the user context data structure
112 * @uctx: Uverbs context pointer from stack
155 * i40iw_dealloc_ucontext - deallocate the user context data structure
156 * @context: user context created during alloc
158 static void i40iw_dealloc_ucontext(struct ib_ucontext *context)
165 * @context: context created during alloc
168 static int i40iw_mmap(struct ib_ucontext *context, struct vm_area_struct *vma)
170 struct i40iw_ucontext *ucontext = to_ucontext(context);
178 return rdma_user_mmap_io(context, vma, dbaddr >> PAGE_SHIFT, PAGE_SIZE,
954 i40iw_pr_err("setting QP context\n");
1935 * @ucontext: ptr to user context