Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c160 #define PHYS_VOQ(port, tc, max_phys_tcs_per_port) ((port) * (max_phys_tcs_per_port) + (tc)) argument
162 #define VOQ(port, tc, max_phys_tcs_per_port) ((tc) < LB_TC ? PHYS_VOQ(port, tc, max_phys_tcs_per… argument
245 u8 max_phys_tcs_per_port, in ecore_cmdq_lines_rt_init() argument
273 voq = PHYS_VOQ(port_id, tc, max_phys_tcs_per_port); in ecore_cmdq_lines_rt_init()
304 u8 max_phys_tcs_per_port, in ecore_btb_blocks_rt_init() argument
332 voq = PHYS_VOQ(port_id, tc, max_phys_tcs_per_port); in ecore_btb_blocks_rt_init()
347 u8 max_phys_tcs_per_port, in ecore_tx_pq_map_rt_init() argument
390 voq = VOQ(port_id, pq_params[i].tc_id, max_phys_tcs_per_port); in ecore_tx_pq_map_rt_init()
481 u8 max_phys_tcs_per_port, in ecore_pf_wfq_rt_init() argument
498 voq = VOQ(port_id, pq_params[i].tc_id, max_phys_tcs_per_port); in ecore_pf_wfq_rt_init()
[all …]
H A Decore_init_fw_funcs.h82 u8 max_phys_tcs_per_port,
125 u8 max_phys_tcs_per_port,
H A Decore.h541 u8 max_phys_tcs_per_port; member
H A Decore_dev.c353 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : NUM_OF_PHYS_TCS; in ecore_init_qm_params()
707 …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()
1413 qm_info->max_phys_tcs_per_port, in ecore_hw_init_common()
H A Decore_cxt.c1569 p_hwfn->rel_pf_id, qm_info->max_phys_tcs_per_port, in ecore_qm_init_pf()