Searched refs:mlx4_db_alloc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_alloc.c | 731 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 D | mlx4_ib_srq.c | 132 err = mlx4_db_alloc(dev->dev, &srq->db, 0, GFP_KERNEL); in mlx4_ib_create_srq()
|
| H A D | mlx4_ib_cq.c | 222 err = mlx4_db_alloc(dev->dev, &cq->db, 1, GFP_KERNEL); in mlx4_ib_create_cq()
|
| H A D | mlx4_ib_qp.c | 790 err = mlx4_db_alloc(dev->dev, &qp->db, 0, gfp); in create_qp_common()
|
| /freebsd/sys/dev/mlx4/ |
| H A D | device.h | 1112 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order,
|