Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_init_fw_funcs.c222 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq()
320 u8 max_phys_tcs_per_port, in qed_cmdq_lines_rt_init() argument
354 tc, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init()
365 PURE_LB_TC, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init()
393 u8 max_phys_tcs_per_port, in qed_btb_blocks_rt_init() argument
432 max_phys_tcs_per_port); in qed_btb_blocks_rt_init()
442 PURE_LB_TC, max_phys_tcs_per_port); in qed_btb_blocks_rt_init()
583 p_params->max_phys_tcs_per_port); in qed_tx_pq_map_rt_init()
727 p_params->max_phys_tcs_per_port); in qed_pf_wfq_rt_init()
900 p_params->max_phys_tcs_per_port, in qed_qm_common_rt_init()
[all …]
A Dqed_sriov.c3590 u8 max_phys_tcs_per_port = p_hwfn->qm_info.max_phys_tcs_per_port; in qed_iov_vf_flr_poll_pbf() local
3603 for (tc = 0; tc < max_phys_tcs_per_port + 1; tc++) { in qed_iov_vf_flr_poll_pbf()
3604 tc_id = (tc < max_phys_tcs_per_port) ? tc : PURE_LB_TC; in qed_iov_vf_flr_poll_pbf()
3605 voq = VOQ(port_id, tc_id, max_phys_tcs_per_port); in qed_iov_vf_flr_poll_pbf()
3620 for (; tc < max_phys_tcs_per_port + 1; tc++) { in qed_iov_vf_flr_poll_pbf()
3621 tc_id = (tc < max_phys_tcs_per_port) ? in qed_iov_vf_flr_poll_pbf()
3624 tc_id, max_phys_tcs_per_port); in qed_iov_vf_flr_poll_pbf()
3631 if (tc == max_phys_tcs_per_port + 1) in qed_iov_vf_flr_poll_pbf()
A Dqed.h383 u8 max_phys_tcs_per_port; member
A Dqed_dev.c1548 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : in qed_init_qm_params()
2003 qm_info->num_vports, qm_info->max_phys_tcs_per_port); in qed_dp_init_qm_params()
2685 params->max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_hw_init_common()
A Dqed_cxt.c1425 params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_qm_init_pf()
A Dqed_hsi.h2379 #define VOQ(port, tc, max_phys_tcs_per_port) ((tc) == \ argument
2383 (max_phys_tcs_per_port) + (tc))
2407 u8 max_phys_tcs_per_port; member
2432 u8 max_phys_tcs_per_port; member

Completed in 102 milliseconds