Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx4/
Dcq.h176 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dcq.c185 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_resize() function
209 EXPORT_SYMBOL_GPL(mlx4_cq_resize);
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcq.c416 err = mlx4_cq_resize(dev->dev, &cq->mcq, entries, &cq->resize_buf->buf.mtt); in mlx4_ib_resize_cq()