Lines Matching refs:ibcontext
1973 static int mlx5_ib_query_ucontext(struct ib_ucontext *ibcontext,
1979 ret = set_ucontext_resp(ibcontext, &uctx_resp);
1996 static void mlx5_ib_dealloc_ucontext(struct ib_ucontext *ibcontext)
1998 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
1999 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device);
2056 static void mlx5_ib_disassociate_ucontext(struct ib_ucontext *ibcontext)
2299 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma)
2301 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
2302 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device);
2343 return mlx5_ib_mmap_offset(dev, vma, ibcontext);