Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c283 u8 port_id, u8 tc, u8 max_phys_tcs_per_port) in qed_get_ext_voq() argument
288 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq()
386 u8 max_phys_tcs_per_port, in qed_cmdq_lines_rt_init() argument
410 for (tc = 0; tc < max_phys_tcs_per_port; tc++) in qed_cmdq_lines_rt_init()
417 for (tc = 0; tc < max_phys_tcs_per_port; tc++) { in qed_cmdq_lines_rt_init()
420 tc, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init()
431 PURE_LB_TC, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init()
459 u8 max_phys_tcs_per_port, in qed_btb_blocks_rt_init() argument
498 max_phys_tcs_per_port); in qed_btb_blocks_rt_init()
508 PURE_LB_TC, max_phys_tcs_per_port); in qed_btb_blocks_rt_init()
[all …]
H A Dqed_sriov.c3601 u8 max_phys_tcs_per_port = p_hwfn->qm_info.max_phys_tcs_per_port; in qed_iov_vf_flr_poll_pbf() local
3614 for (tc = 0; tc < max_phys_tcs_per_port + 1; tc++) { in qed_iov_vf_flr_poll_pbf()
3615 tc_id = (tc < max_phys_tcs_per_port) ? tc : PURE_LB_TC; in qed_iov_vf_flr_poll_pbf()
3616 voq = VOQ(port_id, tc_id, max_phys_tcs_per_port); in qed_iov_vf_flr_poll_pbf()
3631 for (; tc < max_phys_tcs_per_port + 1; tc++) { in qed_iov_vf_flr_poll_pbf()
3632 tc_id = (tc < max_phys_tcs_per_port) ? in qed_iov_vf_flr_poll_pbf()
3635 tc_id, max_phys_tcs_per_port); in qed_iov_vf_flr_poll_pbf()
3642 if (tc == max_phys_tcs_per_port + 1) in qed_iov_vf_flr_poll_pbf()
H A Dqed_dev.c1529 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : in qed_init_qm_params()
1984 qm_info->num_vports, qm_info->max_phys_tcs_per_port); in qed_dp_init_qm_params()
2662 params->max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_hw_init_common()
H A Dqed_cxt.c1410 params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_qm_init_pf()