Searched refs:max_phys_tcs_per_port (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/dev/qlnx/qlnxe/ |
| HD | ecore_init_fw_funcs.c | 187 u8 max_phys_tcs_per_port) in ecore_get_ext_voq() argument 192 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() 279 u8 max_phys_tcs_per_port, in ecore_cmdq_lines_rt_init() argument 306 for (tc = 0; tc < max_phys_tcs_per_port; tc++) in ecore_cmdq_lines_rt_init() 312 for (tc = 0; tc < max_phys_tcs_per_port; tc++) { in ecore_cmdq_lines_rt_init() 313 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port); in ecore_cmdq_lines_rt_init() 319 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, PURE_LB_TC, max_phys_tcs_per_port); in ecore_cmdq_lines_rt_init() 345 u8 max_phys_tcs_per_port, in ecore_btb_blocks_rt_init() argument 373 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port); in ecore_btb_blocks_rt_init() 379 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 …]
|
| HD | ecore_init_fw_funcs.h | 75 u8 max_phys_tcs_per_port, 120 u8 max_phys_tcs_per_port,
|
| HD | ecore.h | 561 u8 max_phys_tcs_per_port; member
|
| HD | ecore_dev.c | 1919 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : NUM_OF_PHYS_TCS; in ecore_init_qm_params() 2273 …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() 2995 qm_info->max_phys_tcs_per_port, in ecore_hw_init_common()
|
| HD | ecore_cxt.c | 1610 p_hwfn->rel_pf_id, qm_info->max_phys_tcs_per_port, in ecore_qm_init_pf()
|