Searched refs:ibcontext (Results 1 – 4 of 4) sorted by relevance
1567 static void mlx5_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_dealloc_ucontext() argument1569 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext()1570 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_dealloc_ucontext()1616 static void mlx5_ib_disassociate_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_disassociate_ucontext() argument1864 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma) in mlx5_ib_mmap() argument1866 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()1867 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_mmap()1907 return mlx5_ib_mmap_offset(dev, vma, ibcontext); in mlx5_ib_mmap()
372 void bnxt_re_disassociate_ucntx(struct ib_ucontext *ibcontext);
1059 static void mlx4_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) in mlx4_ib_dealloc_ucontext() argument1061 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext()1063 mlx4_uar_free(to_mdev(ibcontext->device)->dev, &context->uar); in mlx4_ib_dealloc_ucontext()
2382 void (*disassociate_ucontext)(struct ib_ucontext *ibcontext);