Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c237 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, in mlx5_core_modify_cq_moderation() function
255 EXPORT_SYMBOL(mlx5_core_modify_cq_moderation);
/linux/include/linux/mlx5/
H A Dcq.h196 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1167 err = mlx5_core_modify_cq_moderation(dev->mdev, &mcq->mcq, in mlx5_ib_modify_cq()