Lines Matching refs:counter_index
1294 struct counter_index *counter, *tmp_count; in mlx4_ib_delete_counters_table()
2625 u32 counter_index; in mlx4_ib_add() local
2626 struct counter_index *new_counter_index = NULL; in mlx4_ib_add()
2716 err = mlx4_counter_alloc(ibdev->dev, &counter_index, in mlx4_ib_add()
2720 counter_index = in mlx4_ib_add()
2726 counter_index = mlx4_get_default_counter_index(dev, in mlx4_ib_add()
2733 mlx4_counter_free(ibdev->dev, counter_index); in mlx4_ib_add()
2736 new_counter_index->index = counter_index; in mlx4_ib_add()
2740 ibdev->counters_table[i].default_counter = counter_index; in mlx4_ib_add()
2742 counter_index, i + 1, allocated); in mlx4_ib_add()
2747 kmalloc(sizeof(struct counter_index), in mlx4_ib_add()
2751 new_counter_index->index = counter_index; in mlx4_ib_add()
2756 counter_index; in mlx4_ib_add()