Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/qlnx/qlnxe/
HDecore_init_fw_funcs.c345 u32 usable_blocks, pure_lb_blocks, phys_blocks; in ecore_btb_blocks_rt_init() local
363pure_lb_blocks = (usable_blocks * BTB_PURE_LB_FACTOR) / (num_tcs_in_port * BTB_PURE_LB_FACTOR + BT… in ecore_btb_blocks_rt_init()
364 pure_lb_blocks = OSAL_MAX_T(u32, BTB_JUMBO_PKT_BLOCKS, pure_lb_blocks / BTB_PURE_LB_FACTOR); in ecore_btb_blocks_rt_init()
365 phys_blocks = (usable_blocks - pure_lb_blocks) / num_tcs_in_port; in ecore_btb_blocks_rt_init()
377 STORE_RT_REG(p_hwfn, PBF_BTB_GUARANTEED_RT_OFFSET(ext_voq), pure_lb_blocks); in ecore_btb_blocks_rt_init()