Home
last modified time | relevance | path

Searched refs:basic_op_cnts (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dcounters.c131 static const struct mlx5_ib_counter basic_op_cnts[] = { variable
657 for (i = 0; i < ARRAY_SIZE(basic_op_cnts); i++, j++) { in mlx5_ib_fill_counters()
658 descs[j].name = basic_op_cnts[i].name; in mlx5_ib_fill_counters()
660 descs[j].priv = &basic_op_cnts[i].type; in mlx5_ib_fill_counters()
728 num_op_counters = ARRAY_SIZE(basic_op_cnts); in __mlx5_ib_alloc_counters()