Home
last modified time | relevance | path

Searched refs:usable_blocks (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.c307 u32 usable_blocks, pure_lb_blocks, phys_blocks; in ecore_btb_blocks_rt_init() local
315 usable_blocks = port_params[port_id].num_btb_blocks - BTB_HEADROOM_BLOCKS; 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()