Home
last modified time | relevance | path

Searched refs:mlx4_cq_modify (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/mlx4/
Dcq.h182 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dcq.c169 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_modify() function
189 EXPORT_SYMBOL_GPL(mlx4_cq_modify);
Den_cq.c202 return mlx4_cq_modify(priv->mdev->dev, &cq->mcq, in mlx4_en_set_cq_moder()
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dcq.c98 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period); in mlx4_ib_modify_cq()