MAX_TRAFFIC_TYPES
struct priority_cos traffic_type_to_priority_cos[MAX_TRAFFIC_TYPES] /* traffic_type to priority cos */;
uint8_t dcb_outer_pri[MAX_TRAFFIC_TYPES] /* Indicates the updated DCB outer tag priority per protocol */;
for (i = 0; i < MAX_TRAFFIC_TYPES; i++)
struct priority_cos traffic_type_to_priority_cos[MAX_TRAFFIC_TYPES];
uint8_t dcb_outer_pri[MAX_TRAFFIC_TYPES];