Lines Matching refs:mlx5_ib_ucontext
1737 static int allocate_uars(struct mlx5_ib_dev *dev, struct mlx5_ib_ucontext *context) in allocate_uars()
1768 struct mlx5_ib_ucontext *context) in deallocate_uars()
1864 struct mlx5_ib_ucontext *context = to_mucontext(uctx); in set_ucontext_resp()
1944 struct mlx5_ib_ucontext *context = to_mucontext(uctx); in mlx5_ib_alloc_ucontext()
2102 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext()
2182 struct mlx5_ib_ucontext *context) in mlx5_ib_mmap_clock_info_page()
2207 struct mlx5_ib_ucontext *context = to_mucontext(entry->ucontext); in mlx5_ib_mmap_free()
2233 struct mlx5_ib_ucontext *context) in uar_mmap()
2392 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()
2449 struct mlx5_ib_ucontext *context = rdma_udata_to_drv_context( in mlx5_ib_alloc_pd()
2450 udata, struct mlx5_ib_ucontext, ibucontext); in mlx5_ib_alloc_pd()
3714 static int mlx5_rdma_user_mmap_entry_insert(struct mlx5_ib_ucontext *c, in mlx5_rdma_user_mmap_entry_insert()
3725 alloc_var_entry(struct mlx5_ib_ucontext *c) in alloc_var_entry()
3775 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER()
3846 alloc_uar_entry(struct mlx5_ib_ucontext *c, in alloc_uar_entry()
3889 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER()
4150 INIT_RDMA_OBJ_SIZE(ib_ucontext, mlx5_ib_ucontext, ibucontext),