Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx4/
H A Dcq.h184 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c191 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_resize() function
215 EXPORT_SYMBOL_GPL(mlx4_cq_resize);
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c423 err = mlx4_cq_resize(dev->dev, &cq->mcq, entries, &cq->resize_buf->buf.mtt); in mlx4_ib_resize_cq()