Home
last modified time | relevance | path

Searched refs:mlx4_ib_ucontext (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/mlx4/
Ddoorbell.c50 struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context( in mlx4_ib_db_map_user()
51 udata, struct mlx4_ib_ucontext, ibucontext); in mlx4_ib_db_map_user()
87 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db) in mlx4_ib_db_unmap_user()
Dsrq.c77 struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context( in mlx4_ib_create_srq()
78 udata, struct mlx4_ib_ucontext, ibucontext); in mlx4_ib_create_srq()
274 struct mlx4_ib_ucontext, in mlx4_ib_destroy_srq()
Dmlx4_ib.h83 struct mlx4_ib_ucontext { struct
646 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext()
648 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext); in to_mucontext()
728 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
Dcq.c186 struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context( in mlx4_ib_create_cq()
187 udata, struct mlx4_ib_ucontext, ibucontext); in mlx4_ib_create_cq()
490 struct mlx4_ib_ucontext, in mlx4_ib_destroy_cq()
Dqp.c780 static int mlx4_ib_alloc_wqn(struct mlx4_ib_ucontext *context, in mlx4_ib_alloc_wqn()
830 static void mlx4_ib_release_wqn(struct mlx4_ib_ucontext *context, in mlx4_ib_release_wqn()
864 struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context( in create_rq()
865 udata, struct mlx4_ib_ucontext, ibucontext); in create_rq()
999 struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context( in create_qp_common()
1000 udata, struct mlx4_ib_ucontext, ibucontext); in create_qp_common()
1481 struct mlx4_ib_ucontext, in destroy_qp_common()
1492 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common()
1495 struct mlx4_ib_ucontext, in destroy_qp_common()
2145 struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context( in __mlx4_ib_modify_qp()
[all …]
Dmain.c1085 struct mlx4_ib_ucontext *context = to_mucontext(uctx); in mlx4_ib_alloc_ucontext()
1131 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext()
2572 INIT_RDMA_OBJ_SIZE(ib_ucontext, mlx4_ib_ucontext, ibucontext),