Symbol: NUM_OF_TCS
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
723
for (tc = 0; tc < NUM_OF_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
147
__le16 first_tx_pq_id[NUM_OF_TCS] /* the first Tx PQ ID associated with this VPORT for each TC. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
79
struct init_ets_tc_req tc_req[NUM_OF_TCS] /* ETS initialization requirements per TC. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1075
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1100
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1171
for (tc = 0; tc < NUM_OF_TCS; tc++, reg_offset += 4) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
553
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
718
for(tc = 0; tc < NUM_OF_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
789
u16 first_tx_pq_id[NUM_OF_TCS],
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
802
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
911
num_tc = is_lb ? NUM_OF_TCS : NUM_OF_PHYS_TCS;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
184
u16 first_tx_pq_id[NUM_OF_TCS],
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
168
#define MAX_NUM_VOQS_BB (NUM_OF_TCS * MAX_NUM_PORTS_BB)
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
147
__le16 first_tx_pq_id[NUM_OF_TCS] /* the first Tx PQ ID associated with this VPORT for each TC. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
79
struct init_ets_tc_req tc_req[NUM_OF_TCS] /* ETS initialization requirements per TC. */;