Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.h1707 struct priority_cos traffic_type_to_priority_cos[MAX_TRAFFIC_TYPES];
1711 uint8_t dcb_outer_pri[MAX_TRAFFIC_TYPES];
H A Decore_fw_defs.h400 #define MAX_TRAFFIC_TYPES 8 macro
H A Decore_hsi.h11681 …struct priority_cos traffic_type_to_priority_cos[MAX_TRAFFIC_TYPES] /* traffic_type to priority co…
11687 …uint8_t dcb_outer_pri[MAX_TRAFFIC_TYPES] /* Indicates the updated DCB outer tag priority per proto…
H A Decore_sp.c6475 for (i = 0; i < MAX_TRAFFIC_TYPES; i++) in ecore_func_send_tx_start()