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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c293 u8 port_id, u8 tc, u8 max_phys_tcs_per_port)
298 return port_id * max_phys_tcs_per_port + tc;
396 u8 max_phys_tcs_per_port,
420 for (tc = 0; tc < max_phys_tcs_per_port; tc++)
427 for (tc = 0; tc < max_phys_tcs_per_port; tc++) {
430 tc, max_phys_tcs_per_port);
441 PURE_LB_TC, max_phys_tcs_per_port);
469 u8 max_phys_tcs_per_port,
508 max_phys_tcs_per_port);
518 PURE_LB_TC, max_phys_tcs_per_port);
292 qed_get_ext_voq(struct qed_hwfn *p_hwfn, u8 port_id, u8 tc, u8 max_phys_tcs_per_port) 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]) 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]) argument
[all...]
H A Dqed_sriov.c3601 u8 max_phys_tcs_per_port = p_hwfn->qm_info.max_phys_tcs_per_port; local
3613 /* "max_phys_tcs_per_port" active TCs + 1 pure LB TC */
3614 for (tc = 0; tc < max_phys_tcs_per_port + 1; tc++) {
3615 tc_id = (tc < max_phys_tcs_per_port) ? tc : PURE_LB_TC;
3616 voq = VOQ(port_id, tc_id, max_phys_tcs_per_port);
3630 /* "max_phys_tcs_per_port" active TCs + 1 pure LB TC */
3631 for (; tc < max_phys_tcs_per_port + 1; tc++) {
3632 tc_id = (tc < max_phys_tcs_per_port) ?
3635 tc_id, max_phys_tcs_per_port);
[all...]
H A Dqed.h383 u8 max_phys_tcs_per_port; member in struct:qed_qm_info
H A Dqed_cxt.c1412 params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port;
H A Dqed_dev.c1548 qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 :
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",
2003 qm_info->num_vports, qm_info->max_phys_tcs_per_port);
2685 params->max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port;
H A Dqed_hsi.h2379 #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 in struct:qed_qm_common_rt_init_params
2432 u8 max_phys_tcs_per_port; member in struct:qed_qm_pf_rt_init_params

Completed in 320 milliseconds