Lines Matching refs:mlx5_ib_ucontext
1613 static int allocate_uars(struct mlx5_ib_dev *dev, struct mlx5_ib_ucontext *context) in allocate_uars()
1642 struct mlx5_ib_ucontext *context) in deallocate_uars()
1737 struct mlx5_ib_ucontext *context = to_mucontext(uctx); in set_ucontext_resp()
1825 struct mlx5_ib_ucontext *context = to_mucontext(uctx); in mlx5_ib_alloc_ucontext()
1982 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext()
2062 struct mlx5_ib_ucontext *context) in mlx5_ib_mmap_clock_info_page()
2114 struct mlx5_ib_ucontext *context) in uar_mmap()
2285 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()
2500 struct mlx5_ib_ucontext *ctx = rdma_udata_to_drv_context( in mlx5_ib_dealloc_dm()
2501 &attrs->driver_udata, struct mlx5_ib_ucontext, ibucontext); in mlx5_ib_dealloc_dm()
2542 struct mlx5_ib_ucontext *context = rdma_udata_to_drv_context( in mlx5_ib_alloc_pd()
2543 udata, struct mlx5_ib_ucontext, ibucontext); in mlx5_ib_alloc_pd()
3621 static int mlx5_rdma_user_mmap_entry_insert(struct mlx5_ib_ucontext *c, in mlx5_rdma_user_mmap_entry_insert()
3632 alloc_var_entry(struct mlx5_ib_ucontext *c) in alloc_var_entry()
3682 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER()
3753 alloc_uar_entry(struct mlx5_ib_ucontext *c, in alloc_uar_entry()
3796 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER()
4074 INIT_RDMA_OBJ_SIZE(ib_ucontext, mlx5_ib_ucontext, ibucontext),