Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c135 static const struct mlx5_ib_counter rdmatx_cnp_op_cnts[] = { variable
670 for (i = 0; i < ARRAY_SIZE(rdmatx_cnp_op_cnts); i++, j++) { in mlx5_ib_fill_counters()
671 descs[j].name = rdmatx_cnp_op_cnts[i].name; in mlx5_ib_fill_counters()
673 descs[j].priv = &rdmatx_cnp_op_cnts[i].type; in mlx5_ib_fill_counters()
732 num_op_counters += ARRAY_SIZE(rdmatx_cnp_op_cnts); in __mlx5_ib_alloc_counters()