Searched refs:num_q_counters (Results 1 – 3 of 3) sorted by relevance
118 int num_q_counters = MLX5_CAP_GEN(mdev, num_q_monitor_counters); in mlx5e_set_monitor_counter() local130 if (num_q_counters >= NUM_REQ_Q_COUNTERS_S1 && in mlx5e_set_monitor_counter()
5375 cnts->num_q_counters = num_counters; in __mlx5_ib_alloc_counters()5523 cnts->num_q_counters + in mlx5_ib_alloc_hw_stats()5547 for (i = 0; i < cnts->num_q_counters; i++) { in mlx5_ib_query_q_counters()5561 int offset = cnts->num_q_counters + cnts->num_cong_counters; in mlx5_ib_query_ext_ppcnt_counters()5596 num_counters = cnts->num_q_counters + in mlx5_ib_get_hw_stats()5623 cnts->num_q_counters, in mlx5_ib_get_hw_stats()5626 cnts->num_q_counters); in mlx5_ib_get_hw_stats()5646 cnts->num_q_counters, in mlx5_ib_counter_alloc_stats()
721 u32 num_q_counters; member