Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.h13 #define VOQ(port, tc, max_phys_tcs_per_port) \ argument
15 (port) * (max_phys_tcs_per_port) + (tc))
60 u8 max_phys_tcs_per_port,
101 u8 max_phys_tcs_per_port,
H A Decore_init_fw_funcs.c267 u8 max_phys_tcs_per_port, in ecore_cmdq_lines_rt_init() argument
335 u8 max_phys_tcs_per_port, in ecore_btb_blocks_rt_init() argument
426 u8 max_phys_tcs_per_port, in ecore_tx_pq_map_rt_init() argument
475 max_phys_tcs_per_port); in ecore_tx_pq_map_rt_init()
591 u8 max_phys_tcs_per_port, in ecore_pf_wfq_rt_init() argument
608 max_phys_tcs_per_port); in ecore_pf_wfq_rt_init()
742 u8 max_phys_tcs_per_port, in ecore_qm_common_rt_init() argument
781 max_phys_tcs_per_port, port_params); in ecore_qm_common_rt_init()
785 max_phys_tcs_per_port, port_params); in ecore_qm_common_rt_init()
795 u8 max_phys_tcs_per_port, in ecore_qm_pf_rt_init() argument
[all …]
H A Decore_sriov.c3944 u8 max_phys_tcs_per_port = p_hwfn->qm_info.max_phys_tcs_per_port; in ecore_iov_vf_flr_poll_pbf() local
3954 for (tc = 0; tc < max_phys_tcs_per_port + 1; tc++) { in ecore_iov_vf_flr_poll_pbf()
3955 tc_id = (tc < max_phys_tcs_per_port) ? in ecore_iov_vf_flr_poll_pbf()
3958 voq = VOQ(port_id, tc_id, max_phys_tcs_per_port); in ecore_iov_vf_flr_poll_pbf()
3973 for (; tc < max_phys_tcs_per_port + 1; tc++) { in ecore_iov_vf_flr_poll_pbf()
3974 tc_id = (tc < max_phys_tcs_per_port) ? in ecore_iov_vf_flr_poll_pbf()
3978 max_phys_tcs_per_port); in ecore_iov_vf_flr_poll_pbf()
3985 if (tc == max_phys_tcs_per_port + 1) in ecore_iov_vf_flr_poll_pbf()
H A Decore.h489 u8 max_phys_tcs_per_port; member
H A Decore_dev.c1806 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : in ecore_init_qm_params()
2203 qm_info->max_phys_tcs_per_port); in ecore_dp_init_qm_params()
2923 qm_info->max_phys_tcs_per_port, in ecore_hw_init_common()
H A Decore_cxt.c1413 qm_info->max_phys_tcs_per_port, in ecore_qm_init_pf()