Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dcounters.c135 static const struct mlx5_ib_counter rdmarx_cnp_op_cnts[] = { variable
665 for (i = 0; i < ARRAY_SIZE(rdmarx_cnp_op_cnts); i++, j++) { in mlx5_ib_fill_counters()
666 descs[j].name = rdmarx_cnp_op_cnts[i].name; in mlx5_ib_fill_counters()
668 descs[j].priv = &rdmarx_cnp_op_cnts[i].type; in mlx5_ib_fill_counters()
732 num_op_counters += ARRAY_SIZE(rdmarx_cnp_op_cnts); in __mlx5_ib_alloc_counters()