Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c221 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, in mlx5_core_modify_cq_moderation() function
239 EXPORT_SYMBOL(mlx5_core_modify_cq_moderation);
H A Den_ethtool.c888 mlx5_core_modify_cq_moderation(mdev, &c->rq.cq.mcq, in mlx5e_ethtool_set_per_queue_coalesce()
898 mlx5_core_modify_cq_moderation(mdev, &c->sq[tc].cq.mcq, in mlx5e_ethtool_set_per_queue_coalesce()
/linux-6.15/include/linux/mlx5/
H A Dcq.h196 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dcq.c1153 err = mlx5_core_modify_cq_moderation(dev->mdev, &mcq->mcq, in mlx5_ib_modify_cq()