Searched refs:num_op_counters (Results 1 – 2 of 2) sorted by relevance
255 cnts->num_op_counters, in do_alloc_stats()260 for (i = 0; i < cnts->num_op_counters; i++) in do_alloc_stats()535 return cnts->num_op_counters; in do_get_op_stats()563 if (num_op_counters < 0) in mlx5_ib_get_hw_stats()564 return num_op_counters; in mlx5_ib_get_hw_stats()566 return num_hw_counters + num_op_counters; in mlx5_ib_get_hw_stats()784 u32 num_counters, num_op_counters = 0, size; in __mlx5_ib_alloc_counters() local824 num_op_counters = ARRAY_SIZE(basic_op_cnts); in __mlx5_ib_alloc_counters()826 num_op_counters += ARRAY_SIZE(packets_op_cnts); in __mlx5_ib_alloc_counters()837 cnts->num_op_counters = num_op_counters; in __mlx5_ib_alloc_counters()[all …]
888 u32 num_op_counters; member