Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h1256 struct priority_cos traffic_type_to_priority_cos[MAX_TRAFFIC_TYPES];
1260 u8 dcb_outer_pri[MAX_TRAFFIC_TYPES];
Dbnx2x_fw_defs.h377 #define MAX_TRAFFIC_TYPES 8 macro
Dbnx2x_hsi.h5385 struct priority_cos traffic_type_to_priority_cos[MAX_TRAFFIC_TYPES];
5391 u8 dcb_outer_pri[MAX_TRAFFIC_TYPES];
Dbnx2x_sp.c6389 for (i = 0; i < MAX_TRAFFIC_TYPES; i++) in bnx2x_func_send_tx_start()