Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h110 u8 active_phys_tcs /* Vector of valid bits for active TCs used by this port */; member
H A Decore_init_fw_funcs.c306 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_cmdq_lines_rt_init()
313 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_cmdq_lines_rt_init()
362 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) in ecore_btb_blocks_rt_init()
371 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) { in ecore_btb_blocks_rt_init()
H A Decore_dev.c1939 u8 i, active_phys_tcs, num_ports = p_hwfn->p_dev->num_ports_in_engine; in ecore_init_qm_port_params() local
1942 active_phys_tcs = num_ports == MAX_NUM_PORTS_K2 ? in ecore_init_qm_port_params()
1950 p_qm_port->active_phys_tcs = active_phys_tcs; in ecore_init_qm_port_params()
2279 …i, port->active, port->active_phys_tcs, port->num_pbf_cmd_lines, port->num_btb_blocks, port->reser… in ecore_dp_init_qm_params()