Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_init_fw_funcs.c150 #define BTB_PURE_LB_FACTOR 10 macro
366 …pure_lb_blocks = (usable_blocks * BTB_PURE_LB_FACTOR) / (num_tcs_in_port * BTB_PURE_LB_FACTOR + BT… in ecore_btb_blocks_rt_init()
367 pure_lb_blocks = OSAL_MAX_T(u32, BTB_JUMBO_PKT_BLOCKS, pure_lb_blocks / BTB_PURE_LB_FACTOR); in ecore_btb_blocks_rt_init()