Searched refs:ibcontext (Results 1 – 4 of 4) sorted by relevance
499 static void hns_roce_dealloc_ucontext(struct ib_ucontext *ibcontext) in hns_roce_dealloc_ucontext() argument501 struct hns_roce_ucontext *context = to_hr_ucontext(ibcontext); in hns_roce_dealloc_ucontext()502 struct hns_roce_dev *hr_dev = to_hr_dev(ibcontext->device); in hns_roce_dealloc_ucontext()587 static void hns_roce_disassociate_ucontext(struct ib_ucontext *ibcontext) in hns_roce_disassociate_ucontext() argument
2197 static int mlx5_ib_query_ucontext(struct ib_ucontext *ibcontext, in mlx5_ib_query_ucontext() argument2203 ret = set_ucontext_resp(ibcontext, &uctx_resp); in mlx5_ib_query_ucontext()2220 static void mlx5_ib_dealloc_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_dealloc_ucontext() argument2222 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext()2223 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_dealloc_ucontext()2234 if (uctx_rdma_ctrl_is_enabled(ibcontext->enabled_caps)) in mlx5_ib_dealloc_ucontext()2284 static void mlx5_ib_disassociate_ucontext(struct ib_ucontext *ibcontext) in mlx5_ib_disassociate_ucontext() argument2514 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma) in mlx5_ib_mmap() argument2516 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()2517 struct mlx5_ib_dev *dev = to_mdev(ibcontext->device); in mlx5_ib_mmap()[all …]
1023 static void bnxt_re_disassociate_ucontext(struct ib_ucontext *ibcontext) in bnxt_re_disassociate_ucontext() argument
2486 void (*disassociate_ucontext)(struct ib_ucontext *ibcontext);