Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dcounters.c183 u32 num_hw_counters; in do_alloc_stats() local
186 num_hw_counters = cnts->num_q_counters + cnts->num_cong_counters + in do_alloc_stats()
189 num_hw_counters + in do_alloc_stats()
196 set_bit(num_hw_counters + i, stats->is_disabled); in do_alloc_stats()
363 int index, ret, num_hw_counters; in do_get_op_stats() local
366 num_hw_counters = cnts->num_q_counters + cnts->num_cong_counters + in do_get_op_stats()
368 for (index = num_hw_counters; in do_get_op_stats()
369 index < (num_hw_counters + cnts->num_op_counters); index++) { in do_get_op_stats()
382 int num_counters, num_hw_counters, num_op_counters; in mlx5_ib_get_hw_stats() local
387 num_hw_counters = cnts->num_q_counters + cnts->num_cong_counters + in mlx5_ib_get_hw_stats()
[all …]