Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c396 struct init_qm_vport_params *vport_params) in ecore_tx_pq_map_rt_init() argument
434 first_tx_pq_id = vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id]; in ecore_tx_pq_map_rt_init()
439 vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id] = pq_id; in ecore_tx_pq_map_rt_init()
592 struct init_qm_vport_params *vport_params) in ecore_vp_wfq_rt_init() argument
600 if (!vport_params[i].vport_wfq) in ecore_vp_wfq_rt_init()
603 inc_val = QM_WFQ_INC_VAL(vport_params[i].vport_wfq); in ecore_vp_wfq_rt_init()
611 vport_pq_id = vport_params[i].first_tx_pq_id[tc]; in ecore_vp_wfq_rt_init()
629 struct init_qm_vport_params *vport_params) in ecore_vport_rl_rt_init() argument
641 inc_val = QM_RL_INC_VAL(vport_params[i].vport_rl ? vport_params[i].vport_rl : link_speed); in ecore_vport_rl_rt_init()
766 struct init_qm_vport_params *vport_params) in ecore_qm_pf_rt_init() argument
[all …]
H A Decore_init_fw_funcs.h132 struct init_qm_vport_params *vport_params);
H A Decore_dev.c6594 struct init_qm_vport_params *vport_params; in ecore_configure_wfq_for_all_vports() local
6597 vport_params = p_hwfn->qm_info.qm_vport_params; in ecore_configure_wfq_for_all_vports()
6602 vport_params[i].vport_wfq = (wfq_speed * ECORE_WFQ_UNIT) / in ecore_configure_wfq_for_all_vports()
6605 vport_params[i].first_tx_pq_id, in ecore_configure_wfq_for_all_vports()
6606 vport_params[i].vport_wfq); in ecore_configure_wfq_for_all_vports()
6622 struct init_qm_vport_params *vport_params; in ecore_disable_wfq_for_all_vports() local
6625 vport_params = p_hwfn->qm_info.qm_vport_params; in ecore_disable_wfq_for_all_vports()
6630 vport_params[i].first_tx_pq_id, in ecore_disable_wfq_for_all_vports()
6631 vport_params[i].vport_wfq); in ecore_disable_wfq_for_all_vports()