Searched refs:mlx4_ib_ucontext (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/mlx4/ |
D | doorbell.c | 50 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() 88 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db) in mlx4_ib_db_unmap_user()
|
D | srq.c | 77 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() 276 struct mlx4_ib_ucontext, in mlx4_ib_destroy_srq()
|
D | mlx4_ib.h | 83 struct mlx4_ib_ucontext { struct 673 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext() 675 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext); in to_mucontext() 750 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
|
D | cq.c | 185 struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context( in mlx4_ib_create_cq() 186 udata, struct mlx4_ib_ucontext, ibucontext); in mlx4_ib_create_cq() 489 struct mlx4_ib_ucontext, in mlx4_ib_destroy_cq()
|
D | qp.c | 748 static int mlx4_ib_alloc_wqn(struct mlx4_ib_ucontext *context, in mlx4_ib_alloc_wqn() 798 static void mlx4_ib_release_wqn(struct mlx4_ib_ucontext *context, in mlx4_ib_release_wqn() 832 struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context( in create_rq() 833 udata, struct mlx4_ib_ucontext, ibucontext); in create_rq() 963 struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context( in create_qp_common() 964 udata, struct mlx4_ib_ucontext, ibucontext); in create_qp_common() 1430 struct mlx4_ib_ucontext, in destroy_qp_common() 1441 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() 1444 struct mlx4_ib_ucontext, in destroy_qp_common() 2089 struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context( in __mlx4_ib_modify_qp() [all …]
|
D | main.c | 1098 struct mlx4_ib_ucontext *context = to_mucontext(uctx); in mlx4_ib_alloc_ucontext() 1144 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext() 2569 INIT_RDMA_OBJ_SIZE(ib_ucontext, mlx4_ib_ucontext, ibucontext),
|