Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_dbg.c136 vport_params->opaque_fid); in qede_print_vport_params()
138 vport_params->vport_id); in qede_print_vport_params()
142 vport_params->vport_active_rx_flg); in qede_print_vport_params()
146 vport_params->vport_active_tx_flg); in qede_print_vport_params()
150 vport_params->inner_vlan_removal_flg); in qede_print_vport_params()
154 vport_params->default_vlan_enable_flg); in qede_print_vport_params()
156 vport_params->update_default_vlan_flg); in qede_print_vport_params()
158 vport_params->default_vlan); in qede_print_vport_params()
162 vport_params->tx_switching_flg); in qede_print_vport_params()
168 vport_params->anti_spoofing_en); in qede_print_vport_params()
[all …]
H A Dqede_main.c1444 vport_params = &qede->vport_params[i]; in qede_vport_update()
1446 vport_params->opaque_fid = in qede_vport_update()
1448 vport_params->vport_id = in qede_vport_update()
1467 vport_params->inner_vlan_removal_flg = in qede_vport_update()
1475 vport_params->default_vlan = in qede_vport_update()
1479 vport_params->tx_switching_flg = in qede_vport_update()
1485 vport_params->anti_spoofing_en = 0; in qede_vport_update()
1488 vport_params->accept_any_vlan = 1; in qede_vport_update()
1501 vport_params->sge_tpa_params = NULL; in qede_vport_update()
1533 vport_params->rss_params = NULL; in qede_vport_update()
[all …]
H A Dqede.h713 struct ecore_sp_vport_update_params vport_params[MAX_HWFNS_PER_DEVICE]; member
H A Dqede_kstat.c313 pStats->vportID.value.ui64 = qede->vport_params[0].vport_id; in qede_kstat_update()
368 pStats->vportID.value.ui64 = qede->vport_params[0].vport_id; in qede_kstat_link_update()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c357 struct init_qm_vport_params *vport_params) in ecore_tx_pq_map_rt_init() argument
400 vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id] = pq_id; in ecore_tx_pq_map_rt_init()
535 struct init_qm_vport_params *vport_params) in ecore_vp_wfq_rt_init() argument
543 if (!vport_params[i].vport_wfq) in ecore_vp_wfq_rt_init()
546 inc_val = QM_WFQ_INC_VAL(vport_params[i].vport_wfq); in ecore_vp_wfq_rt_init()
554 vport_pq_id = vport_params[i].first_tx_pq_id[tc]; in ecore_vp_wfq_rt_init()
571 struct init_qm_vport_params *vport_params) in ecore_vport_rl_rt_init() argument
583 inc_val = QM_RL_INC_VAL(vport_params[i].vport_rl); in ecore_vport_rl_rt_init()
709 struct init_qm_vport_params *vport_params) in ecore_qm_pf_rt_init() argument
719 vport_params[i].first_tx_pq_id[tc] = QM_INVALID_PQ_ID; in ecore_qm_pf_rt_init()
[all …]
H A Decore_init_fw_funcs.h138 struct init_qm_vport_params *vport_params);
H A Decore_dev.c5146 struct init_qm_vport_params *vport_params; in ecore_configure_wfq_for_all_vports() local
5149 vport_params = p_hwfn->qm_info.qm_vport_params; in ecore_configure_wfq_for_all_vports()
5154 vport_params[i].vport_wfq = (wfq_speed * ECORE_WFQ_UNIT) / in ecore_configure_wfq_for_all_vports()
5157 vport_params[i].first_tx_pq_id, in ecore_configure_wfq_for_all_vports()
5158 vport_params[i].vport_wfq); in ecore_configure_wfq_for_all_vports()
5176 struct init_qm_vport_params *vport_params; in ecore_disable_wfq_for_all_vports() local
5179 vport_params = p_hwfn->qm_info.qm_vport_params; in ecore_disable_wfq_for_all_vports()
5184 vport_params[i].first_tx_pq_id, in ecore_disable_wfq_for_all_vports()
5185 vport_params[i].vport_wfq); in ecore_disable_wfq_for_all_vports()