Symbol: NUM_PPORT_PRIO
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1840
return NUM_PPORT_PER_TC_PRIO_COUNTERS * NUM_PPORT_PRIO;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1851
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1872
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1904
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1918
return NUM_PPORT_PER_TC_CONGEST_PRIO_COUNTERS * NUM_PPORT_PRIO;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1935
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1969
return NUM_PPORT_PER_PRIO_TRAFFIC_COUNTERS * NUM_PPORT_PRIO;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1977
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
1990
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2065
for_each_set_bit(prio, &pfc_combined, NUM_PPORT_PRIO) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2095
for_each_set_bit(prio, &pfc_combined, NUM_PPORT_PRIO) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2155
for (prio = 0; prio < NUM_PPORT_PRIO; prio++) {
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
956
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)];