Home
last modified time | relevance | path

Searched refs:mlx4_cq_resize (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/mlx4/
Dcq.h147 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
/linux-2.6.39/drivers/net/mlx4/
Dcq.c162 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_resize() function
188 EXPORT_SYMBOL_GPL(mlx4_cq_resize);
/linux-2.6.39/drivers/infiniband/hw/mlx4/
Dcq.c385 err = mlx4_cq_resize(dev->dev, &cq->mcq, entries, &cq->resize_buf->buf.mtt); in mlx4_ib_resize_cq()