Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h108 u8 active_phys_tcs /* Vector of valid bits for active TCs used by this port */; member
H A Decore_init_fw_funcs.c304 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_cmdq_lines_rt_init()
311 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_cmdq_lines_rt_init()
360 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_btb_blocks_rt_init()
369 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) { in ecore_btb_blocks_rt_init()
H A Decore_dev.c1937 u8 i, active_phys_tcs, num_ports = p_hwfn->p_dev->num_ports_in_engine; in ecore_init_qm_port_params() local
1940 active_phys_tcs = num_ports == MAX_NUM_PORTS_K2 ? in ecore_init_qm_port_params()
1948 p_qm_port->active_phys_tcs = active_phys_tcs; in ecore_init_qm_port_params()
2277 …i, port->active, port->active_phys_tcs, port->num_pbf_cmd_lines, port->num_btb_blocks, port->reser… in ecore_dp_init_qm_params()