Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_init_func.h121 u8 active_phys_tcs /* Vector of valid bits for active TCs used by this port */; member
H A Decore_init_fw_funcs.c266 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_cmdq_lines_rt_init()
272 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) { in ecore_cmdq_lines_rt_init()
322 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_btb_blocks_rt_init()
331 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) { in ecore_btb_blocks_rt_init()
H A Decore_dev.c375 u8 i, active_phys_tcs, num_ports = p_hwfn->p_dev->num_ports_in_engine; in ecore_init_qm_port_params() local
378 active_phys_tcs = num_ports == MAX_NUM_PORTS_K2 ? in ecore_init_qm_port_params()
386 p_qm_port->active_phys_tcs = active_phys_tcs; in ecore_init_qm_port_params()
715 …i, port->active, port->active_phys_tcs, port->num_pbf_cmd_lines, port->num_btb_blocks, port->reser… in ecore_dp_init_qm_params()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_init_func.h121 u8 active_phys_tcs /* Vector of valid bits for active TCs used by this port */; member