Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c1204 u32 tc_guaranteed_blocks; in ecore_init_brb_ram() local
1208 tc_guaranteed_blocks = (u32)DIV_ROUND_UP(req->guranteed_per_tc, BRB_BLOCK_SIZE); in ecore_init_brb_ram()
1210 port_guaranteed_blocks = req->num_active_tcs[port] * tc_guaranteed_blocks; in ecore_init_brb_ram()
1226 tc_guaranteed_blocks = 0; in ecore_init_brb_ram()
1234 ecore_wr(p_hwfn, p_ptt, BRB_REG_TC_GUARANTIED_0 + reg_offset, tc_guaranteed_blocks); in ecore_init_brb_ram()