Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx4/
Ddoorbell.c44 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()
Dmlx4_ib.h85 struct mlx4_ib_ucontext { struct
615 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext()
617 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext); in to_mucontext()
695 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
697 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
Dmain.c906 struct mlx4_ib_ucontext *context; in mlx4_ib_alloc_ucontext()
955 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext()
1008 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_disassociate_ucontext()
1076 struct mlx4_ib_ucontext *mucontext = to_mucontext(context); in mlx4_ib_mmap()