Searched refs:num_active_tcs (Results 1 – 2 of 2) sorted by relevance
52 u8 num_active_tcs[MAX_NUM_PORTS] /* number of active TCs per port */; member
1196 if (req->num_active_tcs[port]) in ecore_init_brb_ram()1209 port_blocks = req->num_active_tcs[port] ? active_port_blocks : 0; in ecore_init_brb_ram()1210 port_guaranteed_blocks = req->num_active_tcs[port] * tc_guaranteed_blocks; in ecore_init_brb_ram()1212 full_xoff_th = req->num_active_tcs[port] * BRB_MIN_BLOCKS_PER_TC; in ecore_init_brb_ram()1225 if (tc == req->num_active_tcs[port]) { in ecore_init_brb_ram()