Searched refs:vport_params (Results 1 – 6 of 6) sorted by relevance
460 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_tx_pq_map_rt_init() local504 &vport_params[vport_id_in_pf].first_tx_pq_id[tc_id]; in qed_tx_pq_map_rt_init()690 struct init_qm_vport_params *vport_params) in qed_vp_wfq_rt_init() argument698 if (!vport_params[i].wfq) in qed_vp_wfq_rt_init()701 inc_val = QM_WFQ_INC_VAL(vport_params[i].wfq); in qed_vp_wfq_rt_init()710 vport_pq_id = vport_params[i].first_tx_pq_id[tc]; in qed_vp_wfq_rt_init()826 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_qm_pf_rt_init() local837 vport_params[i].first_tx_pq_id[tc] = QM_INVALID_PQ_ID; in qed_qm_pf_rt_init()858 if (qed_vp_wfq_rt_init(p_hwfn, p_params->num_vports, vport_params)) in qed_qm_pf_rt_init()
4931 struct init_qm_vport_params *vport_params; in qed_configure_wfq_for_all_vports() local4934 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_configure_wfq_for_all_vports()4939 vport_params[i].wfq = (wfq_speed * QED_WFQ_UNIT) / in qed_configure_wfq_for_all_vports()4942 vport_params[i].first_tx_pq_id, in qed_configure_wfq_for_all_vports()4943 vport_params[i].wfq); in qed_configure_wfq_for_all_vports()4961 struct init_qm_vport_params *vport_params; in qed_disable_wfq_for_all_vports() local4964 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_disable_wfq_for_all_vports()4969 vport_params[i].first_tx_pq_id, in qed_disable_wfq_for_all_vports()4970 vport_params[i].wfq); in qed_disable_wfq_for_all_vports()
1438 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
3794 struct init_qm_vport_params *vport_params; member
161 struct qed_update_vport_params *vport_params; in qede_sriov_configure() local164 vport_params = vzalloc(sizeof(*vport_params)); in qede_sriov_configure()165 if (!vport_params) in qede_sriov_configure()174 vport_params->vport_id = 0; in qede_sriov_configure()175 vport_params->update_tx_switching_flg = 1; in qede_sriov_configure()176 vport_params->tx_switching_flg = num_vfs_param ? 1 : 0; in qede_sriov_configure()177 edev->ops->vport_update(edev->cdev, vport_params); in qede_sriov_configure()180 vfree(vport_params); in qede_sriov_configure()
3235 typedef struct vport_params { struct