Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.c436 struct init_qm_vport_params *vport_params) in ecore_tx_pq_map_rt_init() argument
481 vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id]; in ecore_tx_pq_map_rt_init()
487 vport_params[vport_id_in_pf]. in ecore_tx_pq_map_rt_init()
653 struct init_qm_vport_params *vport_params) in ecore_vp_wfq_rt_init() argument
661 if (!vport_params[vport_id].wfq) in ecore_vp_wfq_rt_init()
664 inc_val = QM_WFQ_INC_VAL(vport_params[vport_id].wfq); in ecore_vp_wfq_rt_init()
673 vp_pq_id = vport_params[vport_id].first_tx_pq_id[tc]; in ecore_vp_wfq_rt_init()
808 struct init_qm_vport_params *vport_params) in ecore_qm_pf_rt_init() argument
820 vport_params[vport_id].first_tx_pq_id[tc] = in ecore_qm_pf_rt_init()
834 vport_params)) in ecore_qm_pf_rt_init()
[all …]
H A Decore_init_fw_funcs.h114 struct init_qm_vport_params *vport_params);
H A Decore_dev.c6388 struct init_qm_vport_params *vport_params; in ecore_configure_wfq_for_all_vports() local
6391 vport_params = p_hwfn->qm_info.qm_vport_params; in ecore_configure_wfq_for_all_vports()
6396 vport_params[i].wfq = (wfq_speed * ECORE_WFQ_UNIT) / in ecore_configure_wfq_for_all_vports()
6399 vport_params[i].first_tx_pq_id, in ecore_configure_wfq_for_all_vports()
6400 vport_params[i].wfq); in ecore_configure_wfq_for_all_vports()
6415 struct init_qm_vport_params *vport_params; in ecore_disable_wfq_for_all_vports() local
6418 vport_params = p_hwfn->qm_info.qm_vport_params; in ecore_disable_wfq_for_all_vports()
6423 vport_params[i].first_tx_pq_id, in ecore_disable_wfq_for_all_vports()
6424 vport_params[i].wfq); in ecore_disable_wfq_for_all_vports()