Searched refs:mlx5_core_query_q_counter (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | qp.c | 710 int mlx5_core_query_q_counter(struct mlx5_core_dev *dev, u16 counter_id, in mlx5_core_query_q_counter() function 720 EXPORT_SYMBOL_GPL(mlx5_core_query_q_counter);
|
D | en_stats.c | 362 !mlx5_core_query_q_counter(priv->mdev, priv->q_counter, 0, out, in mlx5e_grp_q_update_stats() 367 !mlx5_core_query_q_counter(priv->mdev, priv->drop_rq_q_counter, 0, in mlx5e_grp_q_update_stats()
|
/Linux-v5.4/include/linux/mlx5/ |
D | qp.h | 600 int mlx5_core_query_q_counter(struct mlx5_core_dev *dev, u16 counter_id,
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | main.c | 5543 ret = mlx5_core_query_q_counter(mdev, set_id, 0, out, outlen); in mlx5_ib_query_q_counters()
|