Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c460 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_tx_pq_map_rt_init() local
504 &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() argument
698 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() local
837 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()
Dqed_dev.c4967 struct init_qm_vport_params *vport_params; in qed_configure_wfq_for_all_vports() local
4970 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_configure_wfq_for_all_vports()
4975 vport_params[i].wfq = (wfq_speed * QED_WFQ_UNIT) / in qed_configure_wfq_for_all_vports()
4978 vport_params[i].first_tx_pq_id, in qed_configure_wfq_for_all_vports()
4979 vport_params[i].wfq); in qed_configure_wfq_for_all_vports()
4997 struct init_qm_vport_params *vport_params; in qed_disable_wfq_for_all_vports() local
5000 vport_params = p_hwfn->qm_info.qm_vport_params; in qed_disable_wfq_for_all_vports()
5005 vport_params[i].first_tx_pq_id, in qed_disable_wfq_for_all_vports()
5006 vport_params[i].wfq); in qed_disable_wfq_for_all_vports()
Dqed_cxt.c1439 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
Dqed_hsi.h3809 struct init_qm_vport_params *vport_params; member
/drivers/net/ethernet/qlogic/qede/
Dqede_main.c156 struct qed_update_vport_params *vport_params; in qede_sriov_configure() local
159 vport_params = vzalloc(sizeof(*vport_params)); in qede_sriov_configure()
160 if (!vport_params) in qede_sriov_configure()
169 vport_params->vport_id = 0; in qede_sriov_configure()
170 vport_params->update_tx_switching_flg = 1; in qede_sriov_configure()
171 vport_params->tx_switching_flg = num_vfs_param ? 1 : 0; in qede_sriov_configure()
172 edev->ops->vport_update(edev->cdev, vport_params); in qede_sriov_configure()
175 vfree(vport_params); in qede_sriov_configure()
/drivers/scsi/qla2xxx/
Dqla_def.h3354 typedef struct vport_params { struct