Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c434 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_tx_pq_map_rt_init() local
479 &vport_params[vport_id_in_pf].first_tx_pq_id[tc_id]; in qed_tx_pq_map_rt_init()
673 struct init_qm_vport_params *vport_params) in qed_vp_wfq_rt_init() argument
681 if (!vport_params[i].vport_wfq) in qed_vp_wfq_rt_init()
684 inc_val = QM_WFQ_INC_VAL(vport_params[i].vport_wfq); in qed_vp_wfq_rt_init()
693 vport_pq_id = vport_params[i].first_tx_pq_id[tc]; in qed_vp_wfq_rt_init()
716 struct init_qm_vport_params *vport_params) in qed_vport_rl_rt_init() argument
729 inc_val = QM_RL_INC_VAL(vport_params[i].vport_rl ? in qed_vport_rl_rt_init()
730 vport_params[i].vport_rl : in qed_vport_rl_rt_init()
852 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_qm_pf_rt_init() local
[all …]
Dqed_dev.c3980 struct init_qm_vport_params *vport_params; in qed_configure_wfq_for_all_vports() local
3983 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_configure_wfq_for_all_vports()
3988 vport_params[i].vport_wfq = (wfq_speed * QED_WFQ_UNIT) / in qed_configure_wfq_for_all_vports()
3991 vport_params[i].first_tx_pq_id, in qed_configure_wfq_for_all_vports()
3992 vport_params[i].vport_wfq); in qed_configure_wfq_for_all_vports()
4010 struct init_qm_vport_params *vport_params; in qed_disable_wfq_for_all_vports() local
4013 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_disable_wfq_for_all_vports()
4018 vport_params[i].first_tx_pq_id, in qed_disable_wfq_for_all_vports()
4019 vport_params[i].vport_wfq); in qed_disable_wfq_for_all_vports()
Dqed_cxt.c1528 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
Dqed_hsi.h3927 struct init_qm_vport_params *vport_params; member
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c193 struct qed_update_vport_params *vport_params; in qede_sriov_configure() local
196 vport_params = vzalloc(sizeof(*vport_params)); in qede_sriov_configure()
197 if (!vport_params) in qede_sriov_configure()
206 vport_params->vport_id = 0; in qede_sriov_configure()
207 vport_params->update_tx_switching_flg = 1; in qede_sriov_configure()
208 vport_params->tx_switching_flg = num_vfs_param ? 1 : 0; in qede_sriov_configure()
209 edev->ops->vport_update(edev->cdev, vport_params); in qede_sriov_configure()
212 vfree(vport_params); in qede_sriov_configure()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3096 typedef struct vport_params { struct