Symbol: NUM_OF_PHYS_TCS
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
353
qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : NUM_OF_PHYS_TCS;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
92
__le16 tc_rate[NUM_OF_PHYS_TCS] /* RL rate per physical TC (in Mbps). If set to 0, the RL will be disabled. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1008
for (tc = 0, reg_offset = 0; tc < NUM_OF_PHYS_TCS; tc++, reg_offset += 4) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1034
u8 tc_pri_mask[NUM_OF_PHYS_TCS] = { 0 };
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1050
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
265
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
271
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
321
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
330
for (tc = 0; tc < NUM_OF_PHYS_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/hsi_repository/common_hsi.h
160
#define NUM_OF_TCS (NUM_OF_PHYS_TCS + 1)
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
162
#define LB_TC (NUM_OF_PHYS_TCS)
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
170
#define MAX_PHYS_VOQS (NUM_OF_PHYS_TCS * MAX_NUM_PORTS_BB)
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
92
__le16 tc_rate[NUM_OF_PHYS_TCS] /* RL rate per physical TC (in Mbps). If set to 0, the RL will be disabled. */;