Lines Matching refs:counter_index
1286 struct counter_index *counter, *tmp_count; in mlx4_ib_delete_counters_table()
2627 u32 counter_index; in mlx4_ib_add() local
2628 struct counter_index *new_counter_index = NULL; in mlx4_ib_add()
2718 err = mlx4_counter_alloc(ibdev->dev, &counter_index, in mlx4_ib_add()
2722 counter_index = in mlx4_ib_add()
2728 counter_index = mlx4_get_default_counter_index(dev, in mlx4_ib_add()
2735 mlx4_counter_free(ibdev->dev, counter_index); in mlx4_ib_add()
2738 new_counter_index->index = counter_index; in mlx4_ib_add()
2742 ibdev->counters_table[i].default_counter = counter_index; in mlx4_ib_add()
2744 counter_index, i + 1, allocated); in mlx4_ib_add()
2749 kmalloc(sizeof(struct counter_index), in mlx4_ib_add()
2753 new_counter_index->index = counter_index; in mlx4_ib_add()
2758 counter_index; in mlx4_ib_add()