Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx4/
Dcq.h179 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
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);
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dcq.c424 err = mlx4_cq_resize(dev->dev, &cq->mcq, entries, &cq->resize_buf->buf.mtt); in mlx4_ib_resize_cq()