Home
last modified time | relevance | path

Searched refs:mlx4_alloc_db (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Ddbrec.c87 uint32_t *mlx4_alloc_db(struct mlx4_context *context, enum mlx4_db_type type) in mlx4_alloc_db() function
H A Dverbs.c503 cq->set_ci_db = mlx4_alloc_db(to_mctx(context), MLX4_DB_TYPE_CQ); in create_cq()
673 srq->db = mlx4_alloc_db(to_mctx(pd->context), MLX4_DB_TYPE_RQ); in mlx4_create_srq()
859 qp->db = mlx4_alloc_db(to_mctx(context), MLX4_DB_TYPE_RQ); in mlx4_create_qp_ex()
H A Dsrq.c268 srq->db = mlx4_alloc_db(to_mctx(context), MLX4_DB_TYPE_RQ); in mlx4_create_xrc_srq()
H A Dmlx4.h354 uint32_t *mlx4_alloc_db(struct mlx4_context *context, enum mlx4_db_type type);