Searched refs:mlx4_db_free (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
| D | alloc.c | 762 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db) in mlx4_db_free() function 789 EXPORT_SYMBOL_GPL(mlx4_db_free); 822 mlx4_db_free(dev, &wqres->db); in mlx4_alloc_hwq_res() 833 mlx4_db_free(dev, &wqres->db); in mlx4_free_hwq_res()
|
| /linux-4.4.14/drivers/infiniband/hw/mlx4/ |
| D | srq.c | 225 mlx4_db_free(dev->dev, &srq->db); in mlx4_ib_create_srq() 292 mlx4_db_free(dev->dev, &msrq->db); in mlx4_ib_destroy_srq()
|
| D | cq.c | 275 mlx4_db_free(dev->dev, &cq->db); in mlx4_ib_create_cq() 486 mlx4_db_free(dev->dev, &mcq->db); in mlx4_ib_destroy_cq()
|
| D | qp.c | 911 mlx4_db_free(dev->dev, &qp->db); in create_qp_common() 1079 mlx4_db_free(dev->dev, &qp->db); in destroy_qp_common()
|
| /linux-4.4.14/include/linux/mlx4/ |
| D | device.h | 1087 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db);
|