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

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_doorbell.c44 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
85 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db)
H A Dmlx4_ib.h90 struct mlx4_ib_ucontext { struct
639 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext)
641 return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext);
719 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
721 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
H A Dmlx4_ib_main.c1048 struct mlx4_ib_ucontext *context;
1097 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext);
1156 struct mlx4_ib_ucontext *mucontext = to_mucontext(context);

Completed in 178 milliseconds