Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c723 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db) in mlx4_db_free() function
750 EXPORT_SYMBOL_GPL(mlx4_db_free);
783 mlx4_db_free(dev, &wqres->db); in mlx4_alloc_hwq_res()
794 mlx4_db_free(dev, &wqres->db); in mlx4_free_hwq_res()
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dsrq.c219 mlx4_db_free(dev->dev, &srq->db); in mlx4_ib_create_srq()
287 mlx4_db_free(dev->dev, &msrq->db); in mlx4_ib_destroy_srq()
H A Dcq.c290 mlx4_db_free(dev->dev, &cq->db); in mlx4_ib_create_cq()
499 mlx4_db_free(dev->dev, &mcq->db); in mlx4_ib_destroy_cq()
H A Dqp.c1289 mlx4_db_free(dev->dev, &qp->db); in create_qp_common()
1500 mlx4_db_free(dev->dev, &qp->db); in destroy_qp_common()
/linux-6.15/include/linux/mlx4/
H A Ddevice.h1139 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db);