Searched refs:mlx5_ib_db_map_user (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | doorbell.c | 48 int mlx5_ib_db_map_user(struct mlx5_ib_ucontext *context, unsigned long virt, in mlx5_ib_db_map_user() function
|
H A D | srq.c | 86 err = mlx5_ib_db_map_user(ucontext, ucmd.db_addr, &srq->db); in create_srq_user()
|
H A D | mlx5_ib.h | 1277 int mlx5_ib_db_map_user(struct mlx5_ib_ucontext *context, unsigned long virt,
|
H A D | cq.c | 764 err = mlx5_ib_db_map_user(context, ucmd.db_addr, &cq->db); in create_cq_user()
|
H A D | qp.c | 921 err = mlx5_ib_db_map_user(ucontext, ucmd->db_addr, &rwq->db); in create_user_rq() 1047 err = mlx5_ib_db_map_user(context, ucmd->db_addr, &qp->db); in _create_user_qp()
|