Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_init_func.h59 u8 num_active_tcs[MAX_NUM_PORTS] /* number of active TCs per port */; member
H A Decore_init_fw_funcs.c1144 if (req->num_active_tcs[port]) in ecore_init_brb_ram()
1157 port_blocks = req->num_active_tcs[port] ? active_port_blocks : 0; in ecore_init_brb_ram()
1158 port_guaranteed_blocks = req->num_active_tcs[port] * tc_guaranteed_blocks; in ecore_init_brb_ram()
1160 full_xoff_th = req->num_active_tcs[port] * BRB_MIN_BLOCKS_PER_TC; in ecore_init_brb_ram()
1173 if (tc == req->num_active_tcs[port]) { in ecore_init_brb_ram()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_init_func.h59 u8 num_active_tcs[MAX_NUM_PORTS] /* number of active TCs per port */; member