Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dim.c40 mlx5_core_modify_cq_moderation(mdev, mcq, moder.usec, moder.pkts); in mlx5e_complete_dim_work()
H A Dcq.c210 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, in mlx5_core_modify_cq_moderation() function
228 EXPORT_SYMBOL(mlx5_core_modify_cq_moderation);
H A Den_ethtool.c582 mlx5_core_modify_cq_moderation(mdev, in mlx5e_set_priv_channels_tx_coalesce()
599 mlx5_core_modify_cq_moderation(mdev, &c->rq.cq.mcq, in mlx5e_set_priv_channels_rx_coalesce()
H A Den_main.c2051 mlx5_core_modify_cq_moderation(mdev, &cq->mcq, moder.usec, moder.pkts); in mlx5e_open_cq()
/openbmc/linux/include/linux/mlx5/
H A Dcq.h195 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1144 err = mlx5_core_modify_cq_moderation(dev->mdev, &mcq->mcq, in mlx5_ib_modify_cq()