Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c131 static const struct mlx5_ib_counter rdmarx_cnp_op_cnts[] = { variable
661 for (i = 0; i < ARRAY_SIZE(rdmarx_cnp_op_cnts); i++, j++) { in mlx5_ib_fill_counters()
662 descs[j].name = rdmarx_cnp_op_cnts[i].name; in mlx5_ib_fill_counters()
664 descs[j].priv = &rdmarx_cnp_op_cnts[i].type; in mlx5_ib_fill_counters()
728 num_op_counters += ARRAY_SIZE(rdmarx_cnp_op_cnts); in __mlx5_ib_alloc_counters()