Lines Matching refs:counter_index
1282 struct counter_index *counter, *tmp_count; in mlx4_ib_delete_counters_table()
2615 u32 counter_index; in mlx4_ib_add() local
2616 struct counter_index *new_counter_index = NULL; in mlx4_ib_add()
2757 err = mlx4_counter_alloc(ibdev->dev, &counter_index, in mlx4_ib_add()
2761 counter_index = in mlx4_ib_add()
2767 counter_index = mlx4_get_default_counter_index(dev, in mlx4_ib_add()
2774 mlx4_counter_free(ibdev->dev, counter_index); in mlx4_ib_add()
2777 new_counter_index->index = counter_index; in mlx4_ib_add()
2781 ibdev->counters_table[i].default_counter = counter_index; in mlx4_ib_add()
2783 counter_index, i + 1, allocated); in mlx4_ib_add()
2788 kmalloc(sizeof(struct counter_index), in mlx4_ib_add()
2792 new_counter_index->index = counter_index; in mlx4_ib_add()
2797 counter_index; in mlx4_ib_add()