Home
last modified time | relevance | path

Searched refs:mlx4_ib_db_map_user (Results 1 – 5 of 5) sorted by relevance

/freebsd/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, in mlx4_ib_db_map_user() function
H A Dmlx4_ib_srq.c127 err = mlx4_ib_db_map_user(ucontext, in mlx4_ib_create_srq()
H A Dmlx4_ib.h714 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
H A Dmlx4_ib_cq.c216 err = mlx4_ib_db_map_user(context, ucmd.db_addr, &cq->db); in mlx4_ib_create_cq()
H A Dmlx4_ib_qp.c764 err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context), in create_qp_common()