Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c248 u8 tc, voq, port_id, num_tcs_in_port; in ecore_cmdq_lines_rt_init() local
264 num_tcs_in_port = 0; in ecore_cmdq_lines_rt_init()
267 num_tcs_in_port++; in ecore_cmdq_lines_rt_init()
268 phys_lines_per_tc = phys_lines / num_tcs_in_port; in ecore_cmdq_lines_rt_init()
308 u8 tc, voq, port_id, num_tcs_in_port; in ecore_btb_blocks_rt_init() local
320 num_tcs_in_port = 0; in ecore_btb_blocks_rt_init()
323 num_tcs_in_port++; in ecore_btb_blocks_rt_init()
325 …pure_lb_blocks = (usable_blocks * BTB_PURE_LB_FACTOR) / (num_tcs_in_port * BTB_PURE_LB_FACTOR + BT… in ecore_btb_blocks_rt_init()
327 phys_blocks = (usable_blocks - pure_lb_blocks) / num_tcs_in_port; in ecore_btb_blocks_rt_init()