Searched refs:ibcontext (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1300 static int mlx5_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) argument
1302 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
1303 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device);
1406 static void mlx5_ib_disassociate_ucontext(struct ib_ucontext *ibcontext) argument
1411 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
1415 owning_process = get_pid_task(ibcontext->tgid, PIDTYPE_PID);
1425 owning_process = get_pid_task(ibcontext->tgid,
1541 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma) argument
1543 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
1544 struct mlx5_ib_dev *dev = to_mdev(ibcontext
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1095 static int mlx4_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) argument
1097 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext);
1099 mlx4_uar_free(to_mdev(ibcontext->device)->dev, &context->uar);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2070 void (*disassociate_ucontext)(struct ib_ucontext *ibcontext);

Completed in 139 milliseconds