/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 194 u8 port_id, u8 tc, u8 max_phys_tcs_per_port) in qed_get_ext_voq() 199 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq() 297 u8 max_phys_tcs_per_port, in qed_cmdq_lines_rt_init() 321 for (tc = 0; tc < max_phys_tcs_per_port; tc++) in qed_cmdq_lines_rt_init() 328 for (tc = 0; tc < max_phys_tcs_per_port; tc++) { in qed_cmdq_lines_rt_init() 331 tc, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init() 342 PURE_LB_TC, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init() 370 u8 max_phys_tcs_per_port, in qed_btb_blocks_rt_init() 409 max_phys_tcs_per_port); in qed_btb_blocks_rt_init() 419 PURE_LB_TC, max_phys_tcs_per_port); in qed_btb_blocks_rt_init() 193 qed_get_ext_voq(struct qed_hwfn *p_hwfn, u8 port_id, u8 tc, u8 max_phys_tcs_per_port) qed_get_ext_voq() argument 294 qed_cmdq_lines_rt_init( struct qed_hwfn *p_hwfn, u8 max_ports_per_engine, u8 max_phys_tcs_per_port, struct init_qm_port_params port_params[MAX_NUM_PORTS]) qed_cmdq_lines_rt_init() argument 367 qed_btb_blocks_rt_init( struct qed_hwfn *p_hwfn, u8 max_ports_per_engine, u8 max_phys_tcs_per_port, struct init_qm_port_params port_params[MAX_NUM_PORTS]) qed_btb_blocks_rt_init() argument [all...] |
H A D | qed.h | 384 u8 max_phys_tcs_per_port; member
|
H A D | qed_dev.c | 1535 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : in qed_init_qm_params() 1985 "ooo_pq %d, first_vf_pq %d, num_pqs %d, num_vf_pqs %d, num_vports %d, max_phys_tcs_per_port %d\n", in qed_dp_init_qm_params() 1990 qm_info->num_vports, qm_info->max_phys_tcs_per_port); in qed_dp_init_qm_params() 2606 params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_hw_init_common()
|
H A D | qed_cxt.c | 1426 params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_qm_init_pf()
|
H A D | qed_hsi.h | 3767 u8 max_phys_tcs_per_port; member 3781 u8 max_phys_tcs_per_port; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 293 u8 port_id, u8 tc, u8 max_phys_tcs_per_port) in qed_get_ext_voq() 298 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq() 396 u8 max_phys_tcs_per_port, in qed_cmdq_lines_rt_init() 420 for (tc = 0; tc < max_phys_tcs_per_port; tc++) in qed_cmdq_lines_rt_init() 427 for (tc = 0; tc < max_phys_tcs_per_port; tc++) { in qed_cmdq_lines_rt_init() 430 tc, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init() 441 PURE_LB_TC, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init() 469 u8 max_phys_tcs_per_port, in qed_btb_blocks_rt_init() 508 max_phys_tcs_per_port); in qed_btb_blocks_rt_init() 518 PURE_LB_TC, max_phys_tcs_per_port); in qed_btb_blocks_rt_init() 292 qed_get_ext_voq(struct qed_hwfn *p_hwfn, u8 port_id, u8 tc, u8 max_phys_tcs_per_port) qed_get_ext_voq() argument 394 qed_cmdq_lines_rt_init(struct qed_hwfn *p_hwfn, u8 max_ports_per_engine, u8 max_phys_tcs_per_port, struct init_qm_port_params port_params[MAX_NUM_PORTS]) qed_cmdq_lines_rt_init() argument 467 qed_btb_blocks_rt_init(struct qed_hwfn *p_hwfn, u8 max_ports_per_engine, u8 max_phys_tcs_per_port, struct init_qm_port_params port_params[MAX_NUM_PORTS]) qed_btb_blocks_rt_init() argument [all...] |
H A D | qed_sriov.c | 3601 u8 max_phys_tcs_per_port = p_hwfn->qm_info.max_phys_tcs_per_port; in qed_iov_vf_flr_poll_pbf() local 3613 /* "max_phys_tcs_per_port" active TCs + 1 pure LB TC */ in qed_iov_vf_flr_poll_pbf() 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() 3630 /* "max_phys_tcs_per_port" active TCs + 1 pure LB TC */ 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() [all...] |
H A D | qed.h | 383 u8 max_phys_tcs_per_port; member
|
H A D | qed_dev.c | 1548 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 : in qed_init_qm_params() 1998 "ooo_pq %d, first_vf_pq %d, num_pqs %d, num_vf_pqs %d, num_vports %d, max_phys_tcs_per_port %d\n", in qed_dp_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()
|
H A D | qed_cxt.c | 1412 params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port; in qed_qm_init_pf()
|
H A D | qed_hsi.h | 2379 #define VOQ(port, tc, max_phys_tcs_per_port) ((tc) == \ 2383 (max_phys_tcs_per_port) + (tc)) 2407 u8 max_phys_tcs_per_port; member 2432 u8 max_phys_tcs_per_port; member
|