Lines Matching refs:mlx5_ib_ucontext
1630 static int allocate_uars(struct mlx5_ib_dev *dev, struct mlx5_ib_ucontext *context) in allocate_uars()
1661 struct mlx5_ib_ucontext *context) in deallocate_uars()
1757 struct mlx5_ib_ucontext *context = to_mucontext(uctx); in set_ucontext_resp()
1841 struct mlx5_ib_ucontext *context = to_mucontext(uctx); in mlx5_ib_alloc_ucontext()
1999 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext()
2079 struct mlx5_ib_ucontext *context) in mlx5_ib_mmap_clock_info_page()
2104 struct mlx5_ib_ucontext *context = to_mucontext(entry->ucontext); in mlx5_ib_mmap_free()
2130 struct mlx5_ib_ucontext *context) in uar_mmap()
2289 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()
2346 struct mlx5_ib_ucontext *context = rdma_udata_to_drv_context( in mlx5_ib_alloc_pd()
2347 udata, struct mlx5_ib_ucontext, ibucontext); in mlx5_ib_alloc_pd()
3331 static int mlx5_rdma_user_mmap_entry_insert(struct mlx5_ib_ucontext *c, in mlx5_rdma_user_mmap_entry_insert()
3342 alloc_var_entry(struct mlx5_ib_ucontext *c) in alloc_var_entry()
3392 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER()
3463 alloc_uar_entry(struct mlx5_ib_ucontext *c, in alloc_uar_entry()
3506 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER()
3749 INIT_RDMA_OBJ_SIZE(ib_ucontext, mlx5_ib_ucontext, ibucontext),