Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/qlnx/qlnxe/
HDecore_init_fw_funcs.c148 #define BTB_PURE_LB_FACTOR 10 macro
363 …pure_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()