Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
A Dcounters.c190 cnts->num_op_counters, in do_alloc_stats()
195 for (i = 0; i < cnts->num_op_counters; i++) in do_alloc_stats()
375 return cnts->num_op_counters; in do_get_op_stats()
382 int num_counters, num_hw_counters, num_op_counters; in mlx5_ib_get_hw_stats() local
403 if (num_op_counters < 0) in mlx5_ib_get_hw_stats()
404 return num_op_counters; in mlx5_ib_get_hw_stats()
406 return num_hw_counters + num_op_counters; in mlx5_ib_get_hw_stats()
563 u32 num_counters, num_op_counters; in __mlx5_ib_alloc_counters() local
590 num_op_counters = ARRAY_SIZE(basic_op_cnts); in __mlx5_ib_alloc_counters()
600 cnts->num_op_counters = num_op_counters; in __mlx5_ib_alloc_counters()
[all …]
A Dmlx5_ib.h829 u32 num_op_counters; member

Completed in 13 milliseconds