Searched refs:ibcontext (Results 1 – 3 of 3) sorted by relevance
1440 static int mlx5_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_dealloc_ucontext() argument1442 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext()1443 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_dealloc_ucontext()1551 static void mlx5_ib_disassociate_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_disassociate_ucontext() argument1556 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_disassociate_ucontext()1560 owning_process = get_pid_task(ibcontext->tgid, PIDTYPE_PID); in mlx5_ib_disassociate_ucontext()1570 owning_process = get_pid_task(ibcontext->tgid, in mlx5_ib_disassociate_ucontext()1735 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma) in mlx5_ib_mmap() argument1737 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()1738 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_mmap()
1093 static int mlx4_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) in mlx4_ib_dealloc_ucontext() argument1095 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext()1097 mlx4_uar_free(to_mdev(ibcontext->device)->dev, &context->uar); in mlx4_ib_dealloc_ucontext()
2096 void (*disassociate_ucontext)(struct ib_ucontext *ibcontext);