Searched refs:mlx4_buf_free (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | alloc.c | 615 mlx4_buf_free(dev, size, buf); in mlx4_buf_alloc() 621 void mlx4_buf_free(struct mlx4_dev *dev, int size, struct mlx4_buf *buf) in mlx4_buf_free() function 638 EXPORT_SYMBOL_GPL(mlx4_buf_free); 780 mlx4_buf_free(dev, size, &wqres->buf); in mlx4_alloc_hwq_res() 792 mlx4_buf_free(dev, size, &wqres->buf); in mlx4_free_hwq_res()
|
| /linux/include/linux/mlx4/ |
| H A D | device.h | 1087 void mlx4_buf_free(struct mlx4_dev *dev, int size, struct mlx4_buf *buf);
|