Lines Matching refs:counter_index
1291 struct counter_index *counter, *tmp_count; in mlx4_ib_delete_counters_table()
2612 u32 counter_index; in mlx4_ib_add() local
2613 struct counter_index *new_counter_index = NULL; in mlx4_ib_add()
2751 err = mlx4_counter_alloc(ibdev->dev, &counter_index, in mlx4_ib_add()
2755 counter_index = in mlx4_ib_add()
2761 counter_index = mlx4_get_default_counter_index(dev, in mlx4_ib_add()
2768 mlx4_counter_free(ibdev->dev, counter_index); in mlx4_ib_add()
2771 new_counter_index->index = counter_index; in mlx4_ib_add()
2775 ibdev->counters_table[i].default_counter = counter_index; in mlx4_ib_add()
2777 counter_index, i + 1, allocated); in mlx4_ib_add()
2782 kmalloc(sizeof(struct counter_index), in mlx4_ib_add()
2786 new_counter_index->index = counter_index; in mlx4_ib_add()
2791 counter_index; in mlx4_ib_add()