Searched refs:mlx5_ib_ucontext (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/mlx5/mlx5_ib/ |
| D | mlx5_ib_doorbell.c | 41 int mlx5_ib_db_map_user(struct mlx5_ib_ucontext *context, unsigned long virt, in mlx5_ib_db_map_user() 82 void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db) in mlx5_ib_db_unmap_user()
|
| D | mlx5_ib.h | 109 struct mlx5_ib_ucontext { struct 123 static inline struct mlx5_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext() argument 125 return container_of(ibucontext, struct mlx5_ib_ucontext, ibucontext); in to_mucontext() 786 int mlx5_ib_db_map_user(struct mlx5_ib_ucontext *context, unsigned long virt, 788 void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db); 1019 static inline int get_qp_user_index(struct mlx5_ib_ucontext *ucontext, in get_qp_user_index() 1037 static inline int get_srq_user_index(struct mlx5_ib_ucontext *ucontext, in get_srq_user_index()
|
| D | mlx5_ib_main.c | 1114 struct mlx5_ib_ucontext *context; in mlx5_ib_alloc_ucontext() 1303 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_dealloc_ucontext() 1389 struct mlx5_ib_ucontext *ctx) in mlx5_ib_set_vma_data() 1412 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_disassociate_ucontext() 1487 struct mlx5_ib_ucontext *context) in uar_mmap() 1544 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext); in mlx5_ib_mmap()
|
| D | mlx5_ib_qp.c | 694 struct mlx5_ib_ucontext *context; in destroy_user_rq() 706 struct mlx5_ib_ucontext *context; in create_user_rq() 764 struct mlx5_ib_ucontext *context; in create_user_qp() 885 struct mlx5_ib_ucontext *context; in destroy_qp_user() 1242 struct mlx5_ib_ucontext *mucontext = to_mucontext(ucontext); in create_raw_packet_qp() 1330 struct mlx5_ib_ucontext *mucontext = to_mucontext(ucontext); in create_rss_raw_qp_tir()
|