Home
last modified time | relevance | path

Searched refs:NUM_OF_PHYS_TCS (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hsi_init_func.h69 u16 tc_rate[NUM_OF_PHYS_TCS];
H A Dcommon_hsi.h139 #define NUM_OF_PHYS_TCS 8 macro
140 #define PURE_LB_TC NUM_OF_PHYS_TCS
142 #define NUM_OF_TCS (NUM_OF_PHYS_TCS + 1)
H A Decore_init_fw_funcs.h14 ((tc) == PURE_LB_TC ? NUM_OF_PHYS_TCS * MAX_NUM_PORTS_BB + (port) : \
H A Decore_init_fw_funcs.c354 for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) in ecore_btb_blocks_rt_init()
369 for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) { in ecore_btb_blocks_rt_init()
1045 num_tc = is_lb ? NUM_OF_TCS : NUM_OF_PHYS_TCS; in ecore_init_nig_ets()
1169 for (tc = 0, reg_offset = 0; tc < NUM_OF_PHYS_TCS; in ecore_init_nig_lb_rl()
1203 u8 tc_pri_mask[NUM_OF_PHYS_TCS] = { 0 }; in ecore_init_nig_pri_tc_map()
1220 for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) { in ecore_init_nig_pri_tc_map()
H A Decore_dev.c1807 NUM_OF_PHYS_TCS; in ecore_init_qm_params()