Searched refs:usable_blocks (Results 1 – 1 of 1) sorted by relevance
307 u32 usable_blocks, pure_lb_blocks, phys_blocks; in ecore_btb_blocks_rt_init() local315 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()