Searched refs:mlx5_core_modify_cq_moderation (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_dim.c | 40 	mlx5_core_modify_cq_moderation(mdev, mcq, moder.usec, moder.pkts);  in mlx5e_complete_dim_work()
 | 
| D | cq.c | 210 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,  in mlx5_core_modify_cq_moderation()  function228 EXPORT_SYMBOL(mlx5_core_modify_cq_moderation);
 
 | 
| D | en_ethtool.c | 567 			mlx5_core_modify_cq_moderation(mdev,  in mlx5e_set_priv_channels_tx_coalesce()584 		mlx5_core_modify_cq_moderation(mdev, &c->rq.cq.mcq,  in mlx5e_set_priv_channels_rx_coalesce()
 
 | 
| D | en_main.c | 2051 		mlx5_core_modify_cq_moderation(mdev, &cq->mcq, moder.usec, moder.pkts);  in mlx5e_open_cq()
 | 
| /Linux-v6.6/include/linux/mlx5/ | 
| D | cq.h | 195 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,
 | 
| /Linux-v6.6/drivers/infiniband/hw/mlx5/ | 
| D | cq.c | 1144 	err = mlx5_core_modify_cq_moderation(dev->mdev, &mcq->mcq,  in mlx5_ib_modify_cq()
 |