Home
last modified time | relevance | path

Searched refs:tc_guaranteed_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.c1152 u32 tc_guaranteed_blocks; in ecore_init_brb_ram() local
1156 tc_guaranteed_blocks = (u32)DIV_ROUND_UP(req->guranteed_per_tc, BRB_BLOCK_SIZE); in ecore_init_brb_ram()
1158 port_guaranteed_blocks = req->num_active_tcs[port] * tc_guaranteed_blocks; in ecore_init_brb_ram()
1174 tc_guaranteed_blocks = 0; in ecore_init_brb_ram()
1182 ecore_wr(p_hwfn, p_ptt, BRB_REG_TC_GUARANTIED_0 + reg_offset, tc_guaranteed_blocks); in ecore_init_brb_ram()