Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
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() argument
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[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()
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()
Dqed_cxt.c1425 params.vport_params = qm_info->qm_vport_params; in qed_qm_init_pf()
Dqed_hsi.h2448 struct init_qm_vport_params *vport_params; member
/linux-6.12.1/drivers/net/ethernet/qlogic/qede/
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()
/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_virtchnl.c1152 struct virtchnl2_create_vport *vport_params; in idpf_queue_reg_init() local
1170 vport_params = vport->adapter->vport_params_recvd[vport_idx]; in idpf_queue_reg_init()
1171 chunks = &vport_params->chunks; in idpf_queue_reg_init()
2043 struct virtchnl2_create_vport *vport_params; in idpf_send_delete_queues_msg() local
2056 vport_params = vport->adapter->vport_params_recvd[vport_idx]; in idpf_send_delete_queues_msg()
2057 chunks = &vport_params->chunks; in idpf_send_delete_queues_msg()
3353 struct virtchnl2_create_vport *vport_params; in idpf_vport_queue_ids_init() local
3367 vport_params = vport->adapter->vport_params_recvd[vport_idx]; in idpf_vport_queue_ids_init()
3368 chunks = &vport_params->chunks; in idpf_vport_queue_ids_init()
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_def.h3412 typedef struct vport_params { struct