Searched refs:mlx4_db_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 715 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order) in mlx4_db_alloc() function 743 EXPORT_SYMBOL_GPL(mlx4_db_alloc); 779 err = mlx4_db_alloc(dev, &wqres->db, 1); in mlx4_alloc_hwq_res()
|
/linux-6.1.9/drivers/infiniband/hw/mlx4/ |
D | srq.c | 136 err = mlx4_db_alloc(dev->dev, &srq->db, 0); in mlx4_ib_create_srq()
|
D | cq.c | 225 err = mlx4_db_alloc(dev->dev, &cq->db, 1); in mlx4_ib_create_cq()
|
D | qp.c | 1113 err = mlx4_db_alloc(dev->dev, &qp->db, 0); in create_qp_common()
|
/linux-6.1.9/include/linux/mlx4/ |
D | device.h | 1118 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order);
|