Searched refs:mlx5_ib_db_map_user (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_doorbell.c | 42 int mlx5_ib_db_map_user(struct mlx5_ib_ucontext *context, unsigned long virt, in mlx5_ib_db_map_user() function
|
H A D | mlx5_ib_srq.c | 132 err = mlx5_ib_db_map_user(ucontext, ucmd.db_addr, &srq->db); in create_srq_user()
|
H A D | mlx5_ib.h | 895 int mlx5_ib_db_map_user(struct mlx5_ib_ucontext *context, unsigned long virt,
|
H A D | mlx5_ib_cq.c | 783 err = mlx5_ib_db_map_user(context, ucmd.db_addr, in create_cq_user()
|
H A D | mlx5_ib_qp.c | 739 err = mlx5_ib_db_map_user(context, ucmd->db_addr, &rwq->db); in create_user_rq() 866 err = mlx5_ib_db_map_user(context, ucmd.db_addr, &qp->db); in create_user_qp()
|