Searched refs:mlx4_ib_ucontext (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | doorbell.c | 44 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt, in mlx4_ib_db_map_user() 85 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db) in mlx4_ib_db_unmap_user()
|
D | mlx4_ib.h | 87 struct mlx4_ib_ucontext { struct 649 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext() 651 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext); in to_mucontext() 729 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt, 731 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
|
D | main.c | 1083 struct mlx4_ib_ucontext *context; in mlx4_ib_alloc_ucontext() 1135 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext() 1187 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_disassociate_ucontext() 1218 struct mlx4_ib_ucontext *mucontext = to_mucontext(context); in mlx4_ib_mmap()
|
D | qp.c | 778 static int mlx4_ib_alloc_wqn(struct mlx4_ib_ucontext *context, in mlx4_ib_alloc_wqn() 828 static void mlx4_ib_release_wqn(struct mlx4_ib_ucontext *context, in mlx4_ib_release_wqn() 1405 struct mlx4_ib_ucontext *mcontext = !src ? in destroy_qp_common()
|