Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c731 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order, gfp_t gfp) in mlx4_db_alloc() function
759 EXPORT_SYMBOL_GPL(mlx4_db_alloc);
795 err = mlx4_db_alloc(dev, &wqres->db, 1, GFP_KERNEL); in mlx4_alloc_hwq_res()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c132 err = mlx4_db_alloc(dev->dev, &srq->db, 0, GFP_KERNEL); in mlx4_ib_create_srq()
H A Dmlx4_ib_cq.c222 err = mlx4_db_alloc(dev->dev, &cq->db, 1, GFP_KERNEL); in mlx4_ib_create_cq()
H A Dmlx4_ib_qp.c790 err = mlx4_db_alloc(dev->dev, &qp->db, 0, gfp); in create_qp_common()
/freebsd/sys/dev/mlx4/
H A Ddevice.h1112 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order,