Searched refs:vport_params (Results 1 – 6 of 6) sorted by relevance
434 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_tx_pq_map_rt_init() local479 &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() argument681 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() argument729 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 …]
3980 struct init_qm_vport_params *vport_params; in qed_configure_wfq_for_all_vports() local3983 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() local4013 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()
1528 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
3927 struct init_qm_vport_params *vport_params; member
193 struct qed_update_vport_params *vport_params; in qede_sriov_configure() local196 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()
3096 typedef struct vport_params { struct