Searched refs:mlx4_db_free (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | alloc.c | 745 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db) in mlx4_db_free() function 772 EXPORT_SYMBOL_GPL(mlx4_db_free); 805 mlx4_db_free(dev, &wqres->db); in mlx4_alloc_hwq_res() 816 mlx4_db_free(dev, &wqres->db); in mlx4_free_hwq_res()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | srq.c | 219 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 D | cq.c | 285 mlx4_db_free(dev->dev, &cq->db); in mlx4_ib_create_cq() 494 mlx4_db_free(dev->dev, &mcq->db); in mlx4_ib_destroy_cq()
|
H A D | qp.c | 1281 mlx4_db_free(dev->dev, &qp->db); in create_qp_common() 1492 mlx4_db_free(dev->dev, &qp->db); in destroy_qp_common()
|
/openbmc/linux/include/linux/mlx4/ |
H A D | device.h | 1139 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db);
|