Symbol: NUM_PPORT_PRIO
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1811
return NUM_PPORT_PER_TC_PRIO_COUNTERS * NUM_PPORT_PRIO;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1822
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1843
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1875
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1889
return NUM_PPORT_PER_TC_CONGEST_PRIO_COUNTERS * NUM_PPORT_PRIO;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1906
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1940
return NUM_PPORT_PER_PRIO_TRAFFIC_COUNTERS * NUM_PPORT_PRIO;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1948
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1961
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2036
for_each_set_bit(prio, &pfc_combined, NUM_PPORT_PRIO) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2066
for_each_set_bit(prio, &pfc_combined, NUM_PPORT_PRIO) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2126
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h
326
__be64 per_prio_counters[NUM_PPORT_PRIO][MLX5_ST_SZ_QW(ppcnt_reg)];
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h
331
__be64 per_tc_prio_counters[NUM_PPORT_PRIO][MLX5_ST_SZ_QW(ppcnt_reg)];
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h
332
__be64 per_tc_congest_prio_counters[NUM_PPORT_PRIO][MLX5_ST_SZ_QW(ppcnt_reg)];