Home
last modified time | relevance | path

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

/linux-4.1.27/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.h73 struct mlx4_ib_ucontext { struct
563 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext()
565 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext); in to_mucontext()
648 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
650 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
Dmain.c636 struct mlx4_ib_ucontext *context; in mlx4_ib_alloc_ucontext()
685 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext); in mlx4_ib_dealloc_ucontext()