Searched refs:num_op_counters (Results 1 – 1 of 1) sorted by relevance
267 cnts->num_op_counters, in do_alloc_stats()272 for (i = 0; i < cnts->num_op_counters; i++) in do_alloc_stats()541 index < (num_hw_counters + cnts->num_op_counters); index++) { in do_get_op_stats()547 return cnts->num_op_counters; in do_get_op_stats()554 int num_counters, num_hw_counters, num_op_counters; in mlx5_ib_get_hw_stats() local561 num_counters = num_hw_counters + cnts->num_op_counters; in mlx5_ib_get_hw_stats()574 num_op_counters = do_get_op_stats(ibdev, stats, port_num); in mlx5_ib_get_hw_stats()575 if (num_op_counters < 0) in mlx5_ib_get_hw_stats()576 return num_op_counters; in mlx5_ib_get_hw_stats()578 return num_hw_counters + num_op_counters; in mlx5_ib_get_hw_stats()[all …]