Home
last modified time | relevance | path

Searched refs:vport_params (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A 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()
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[ in qed_qm_pf_rt_init()
688 qed_vp_wfq_rt_init(struct qed_hwfn *p_hwfn, u16 num_vports, struct init_qm_vport_params *vport_params) qed_vp_wfq_rt_init() argument
[all...]
H A Dqed_dev.c4931 struct init_qm_vport_params *vport_params; in qed_configure_wfq_for_all_vports() local
4934 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() local
4964 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()
H A Dqed_cxt.c1439 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
H A Dqed_hsi.h3794 struct init_qm_vport_params *vport_params; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c621 struct init_qm_vport_params *vport_params = p_params->vport_params; in qed_tx_pq_map_rt_init() local
665 &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()
862 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() local
1004 vport_params[ in qed_qm_pf_rt_init()
849 qed_vp_wfq_rt_init(struct qed_hwfn *p_hwfn, u16 num_vports, struct init_qm_vport_params *vport_params) qed_vp_wfq_rt_init() argument
[all...]
H A Dqed_dev.c5028 struct init_qm_vport_params *vport_params; in qed_configure_wfq_for_all_vports() local
5031 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() local
5061 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()
H A Dqed_cxt.c1425 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
H A Dqed_hsi.h2448 struct init_qm_vport_params *vport_params; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c161 struct qed_update_vport_params *vport_params; in qede_sriov_configure() local
164 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c155 struct qed_update_vport_params *vport_params; in qede_sriov_configure() local
158 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()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_def.h3239 typedef struct vport_params { struct
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_def.h3402 typedef struct vport_params { struct

Completed in 137 milliseconds