Searched refs:ibcontext (Results 1 – 4 of 4) sorted by relevance
1441 static void mlx5_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_dealloc_ucontext() argument1443 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext()1444 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_dealloc_ucontext()1490 static void mlx5_ib_disassociate_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_disassociate_ucontext() argument1690 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma) in mlx5_ib_mmap() argument1692 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()1693 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_mmap()1733 return mlx5_ib_mmap_offset(dev, vma, ibcontext); in mlx5_ib_mmap()
355 void bnxt_re_disassociate_ucntx(struct ib_ucontext *ibcontext);
1087 static void mlx4_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) in mlx4_ib_dealloc_ucontext() argument1089 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext()1091 mlx4_uar_free(to_mdev(ibcontext->device)->dev, &context->uar); in mlx4_ib_dealloc_ucontext()
2363 void (*disassociate_ucontext)(struct ib_ucontext *ibcontext);