Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
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()
2666 params->max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_hw_init_common()
H A Dqed_cxt.c1412 params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_qm_init_pf()