Home
last modified time | relevance | path

Searched refs:max_phys_tcs_per_port (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c185 u8 max_phys_tcs_per_port) in ecore_get_ext_voq() argument
190 return port_id * (ECORE_IS_E5(p_hwfn->p_dev) ? NUM_OF_PHYS_TCS : max_phys_tcs_per_port) + tc; in ecore_get_ext_voq()
276 u8 max_phys_tcs_per_port, in ecore_cmdq_lines_rt_init() argument
303 for (tc = 0; tc < max_phys_tcs_per_port; tc++) in ecore_cmdq_lines_rt_init()
309 for (tc = 0; tc < max_phys_tcs_per_port; tc++) { in ecore_cmdq_lines_rt_init()
310 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port); in ecore_cmdq_lines_rt_init()
316 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, PURE_LB_TC, max_phys_tcs_per_port); in ecore_cmdq_lines_rt_init()
342 u8 max_phys_tcs_per_port, in ecore_btb_blocks_rt_init() argument
370 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port); in ecore_btb_blocks_rt_init()
376 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, PURE_LB_TC, max_phys_tcs_per_port); in ecore_btb_blocks_rt_init()
[all …]
H A Decore_init_fw_funcs.h73 u8 max_phys_tcs_per_port,
118 u8 max_phys_tcs_per_port,
H A Decore.h560 u8 max_phys_tcs_per_port; member
H A Decore_dev.c1915 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : NUM_OF_PHYS_TCS; in ecore_init_qm_params()
2269 …vf_pq, qm_info->num_pqs, qm_info->num_vf_pqs, qm_info->num_vports, qm_info->max_phys_tcs_per_port); in ecore_dp_init_qm_params()
2991 qm_info->max_phys_tcs_per_port, in ecore_hw_init_common()
H A Decore_cxt.c1606 p_hwfn->rel_pf_id, qm_info->max_phys_tcs_per_port, in ecore_qm_init_pf()