Searched refs:vport_params (Results 1 – 6 of 6) sorted by relevance
621 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_tx_pq_map_rt_init() local665 &vport_params[vport_id_in_pf].first_tx_pq_id[tc_id]; in qed_tx_pq_map_rt_init()851 struct init_qm_vport_params *vport_params) in qed_vp_wfq_rt_init() argument862 vport_pq_id = vport_params[i].first_tx_pq_id[tc]; in qed_vp_wfq_rt_init()867 wfq = vport_params[i].wfq; in qed_vp_wfq_rt_init()868 wfq = wfq ? wfq : vport_params[i].tc_wfq[tc]; in qed_vp_wfq_rt_init()994 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_qm_pf_rt_init() local1004 vport_params[i].first_tx_pq_id[tc] = QM_INVALID_PQ_ID; in qed_qm_pf_rt_init()1026 if (qed_vp_wfq_rt_init(p_hwfn, p_params->num_vports, vport_params)) in qed_qm_pf_rt_init()
5028 struct init_qm_vport_params *vport_params; in qed_configure_wfq_for_all_vports() local5031 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_configure_wfq_for_all_vports()5036 vport_params[i].wfq = (wfq_speed * QED_WFQ_UNIT) / in qed_configure_wfq_for_all_vports()5039 vport_params[i].first_tx_pq_id, in qed_configure_wfq_for_all_vports()5040 vport_params[i].wfq); in qed_configure_wfq_for_all_vports()5058 struct init_qm_vport_params *vport_params; in qed_disable_wfq_for_all_vports() local5061 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_disable_wfq_for_all_vports()5066 vport_params[i].first_tx_pq_id, in qed_disable_wfq_for_all_vports()5067 vport_params[i].wfq); in qed_disable_wfq_for_all_vports()
1425 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
2448 struct init_qm_vport_params *vport_params; member
155 struct qed_update_vport_params *vport_params; in qede_sriov_configure() local158 vport_params = vzalloc(sizeof(*vport_params)); in qede_sriov_configure()159 if (!vport_params) in qede_sriov_configure()168 vport_params->vport_id = 0; in qede_sriov_configure()169 vport_params->update_tx_switching_flg = 1; in qede_sriov_configure()170 vport_params->tx_switching_flg = num_vfs_param ? 1 : 0; in qede_sriov_configure()171 edev->ops->vport_update(edev->cdev, vport_params); in qede_sriov_configure()174 vfree(vport_params); in qede_sriov_configure()
3402 typedef struct vport_params { struct