Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c613 int mlx5_core_dealloc_q_counter(struct mlx5_core_dev *dev, u16 counter_id) in mlx5_core_dealloc_q_counter() function
623 EXPORT_SYMBOL_GPL(mlx5_core_dealloc_q_counter);
Den_main.c4731 mlx5_core_dealloc_q_counter(priv->mdev, priv->q_counter); in mlx5e_destroy_q_counters()
4734 mlx5_core_dealloc_q_counter(priv->mdev, priv->drop_rq_q_counter); in mlx5e_destroy_q_counters()
/Linux-v4.19/include/linux/mlx5/
Dqp.h594 int mlx5_core_dealloc_q_counter(struct mlx5_core_dev *dev, u16 counter_id);
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c4909 mlx5_core_dealloc_q_counter(dev->mdev, in mlx5_ib_dealloc_counters()