Lines Matching refs:ibcontext
1989 static int mlx5_ib_query_ucontext(struct ib_ucontext *ibcontext,
1995 ret = set_ucontext_resp(ibcontext, &uctx_resp);
2012 static void mlx5_ib_dealloc_ucontext(struct ib_ucontext *ibcontext)
2014 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
2015 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device);
2072 static void mlx5_ib_disassociate_ucontext(struct ib_ucontext *ibcontext)
2302 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma)
2304 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
2305 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device);
2346 return mlx5_ib_mmap_offset(dev, vma, ibcontext);