Home
last modified time | relevance | path

Searched refs:total_vfs (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c248 if (vf >= pf->total_vfs) in enetc_pf_set_vf_mac()
269 if (vf >= pf->total_vfs) in enetc_pf_set_vf_vlan()
286 if (vf >= pf->total_vfs) in enetc_pf_set_vf_spoofchk()
306 vf_entries = num_entries / (pf->total_vfs + 1); in enetc_port_assign_rfs_entries()
308 for (i = 0; i < pf->total_vfs; i++) in enetc_port_assign_rfs_entries()
311 num_entries - vf_entries * pf->total_vfs); in enetc_port_assign_rfs_entries()
372 num_rings /= pf->total_vfs; in enetc_port_si_configure()
377 for (i = 0; i < pf->total_vfs; i++) in enetc_port_si_configure()
959 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in enetc_pf_probe()
960 if (pf->total_vfs) { in enetc_pf_probe()
[all …]
H A Denetc_pf.h42 int total_vfs; /* max number of VFs, set for PF at probe */ member
H A Denetc_pf_common.c80 for (i = 0; i < pf->total_vfs; i++) { in enetc_setup_mac_addresses()
H A Denetc4_pf.c286 pf->total_vfs = pci_sriov_get_totalvfs(si->pdev); in enetc4_pf_struct_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dsriov.c301 int total_vfs, i; in mlx5_sriov_init() local
306 total_vfs = pci_sriov_get_totalvfs(pdev); in mlx5_sriov_init()
310 sriov->vfs_ctx = kzalloc_objs(*sriov->vfs_ctx, total_vfs); in mlx5_sriov_init()
314 for (i = 0; i < total_vfs; i++) in mlx5_sriov_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_monitor.c120 unsigned int n, total_vfs = xe_gt_sriov_pf_get_totalvfs(gt); in xe_gt_sriov_pf_monitor_print_events() local
126 for (n = 1; n <= total_vfs; n++) { in xe_gt_sriov_pf_monitor_print_events()
H A Dxe_sriov_pf_service.c196 unsigned int n, total_vfs = xe_sriov_pf_get_totalvfs(xe); in xe_sriov_pf_service_print_versions() local
205 for (n = 1; n <= total_vfs; n++) { in xe_sriov_pf_service_print_versions()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c3273 u8 total_vfs, int existing_vfs, int reset_flow) in mlx4_enable_sriov() argument
3281 dev->dev_vfs = kzalloc_objs(*dev->dev_vfs, total_vfs); in mlx4_enable_sriov()
3289 if (existing_vfs != total_vfs) { in mlx4_enable_sriov()
3291 existing_vfs, total_vfs); in mlx4_enable_sriov()
3292 total_vfs = existing_vfs; in mlx4_enable_sriov()
3296 dev->dev_vfs = kzalloc_objs(*dev->dev_vfs, total_vfs); in mlx4_enable_sriov()
3303 if (total_vfs > fw_enabled_sriov_vfs) { in mlx4_enable_sriov()
3305 total_vfs, fw_enabled_sriov_vfs); in mlx4_enable_sriov()
3309 mlx4_warn(dev, "Enabling SR-IOV with %d VFs\n", total_vfs); in mlx4_enable_sriov()
3310 err = pci_enable_sriov(pdev, total_vfs); in mlx4_enable_sriov()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c82 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr()
153 if (pf->total_vfs > 64) in otx2_pf_flr_intr_handler()
182 if (pf->total_vfs > 64) in otx2_pf_me_intr_handler()
553 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler()
633 hwbase = ioremap_wc(base, MBOX_SIZE * pf->total_vfs); in otx2_pfvf_mbox_init()
2559 if (vf >= pf->total_vfs) in otx2_set_vf_mac()
3005 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init()
3011 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_init()
3029 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_cleanup()
3169 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in otx2_probe()
H A Dotx2_common.h506 u8 total_vfs; member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c144 if ((rel_vf_id >= p_hwfn->cdev->p_iov_info->total_vfs) || in qed_iov_is_valid_vfid()
349 pos + PCI_SRIOV_TOTAL_VF, &iov->total_vfs); in qed_iov_pci_cfg_info()
383 iov->total_vfs, in qed_iov_pci_cfg_info()
389 iov->total_vfs > NUM_OF_VFS(cdev)) { in qed_iov_pci_cfg_info()
399 iov->total_vfs = 0; in qed_iov_pci_cfg_info()
429 for (idx = 0; idx < p_iov->total_vfs; idx++) { in qed_iov_setup_vfdb()
466 num_vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_iov_allocate_vfdb()
617 if (!cdev->p_iov_info->total_vfs) { in qed_iov_hw_info()
701 for (i = 0; i < cdev->p_iov_info->total_vfs; i++) in qed_iov_set_vfs_to_disable()
3764 for (i = 0; i < p_hwfn->cdev->p_iov_info->total_vfs; i++) in qed_iov_vf_flr_cleanup()
[all …]
H A Dqed_sriov.h93 u16 total_vfs; /* total VFs associated with the PF */ member
H A Dqed_sp_commands.c411 p_ramrod->num_vfs = (u8)p_iov->total_vfs; in qed_sp_pf_start()
H A Dqed_int.c2059 u16 vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_int_igu_reset_cam()
2205 max_vf = p_iov->first_vf_in_pf + p_iov->total_vfs; in qed_int_igu_read_cam()
/linux/Documentation/networking/devlink/
H A Dmlx5.rst43 * - ``total_vfs``
49 Note: permanent parameters such as ``enable_sriov`` and ``total_vfs`` require FW reset to take effe…
55 devlink dev param set pci/0000:01:00.0 name total_vfs value 8 cmode permanent
H A Ddevlink-params.rst156 * - ``total_vfs``
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dnv_param.c77 u8 total_vfs[0x10]; member
664 ctx->val.vu32 = MLX5_GET(nv_global_pci_conf, data, total_vfs); in mlx5_devlink_total_vfs_get()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_type.h627 u16 total_vfs; member
H A Dfm10k_pf.c178 hw->iov.total_vfs = fm10k_is_ari_hierarchy_pf(hw) ? 64 : 7; in fm10k_init_hw_pf()
632 if ((num_vfs > num_pools) || (num_vfs > hw->iov.total_vfs)) in fm10k_iov_assign_resources_pf()
H A Dfm10k_iov.c356 dglort.vsi_l = fls(hw->iov.total_vfs - 1); in fm10k_iov_resume()
H A Dfm10k_netdev.c357 if (mask <= hw->iov.total_vfs) { in fm10k_request_glort_range()
/linux/drivers/crypto/hisilicon/
H A Dqm.c3881 int ret, total_vfs, i; in qm_func_shaper_enable() local
3883 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in qm_func_shaper_enable()
3884 if (fun_index > total_vfs) in qm_func_shaper_enable()
4191 int pre_existing_vfs, num_vfs, total_vfs, ret; in hisi_qm_sriov_enable() local
4197 total_vfs = pci_sriov_get_totalvfs(pdev); in hisi_qm_sriov_enable()
4205 if (max_vfs > total_vfs) { in hisi_qm_sriov_enable()
4206 pci_err(pdev, "%d VFs is more than total VFs %d!\n", max_vfs, total_vfs); in hisi_qm_sriov_enable()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_rvu_if.c907 mcs->vf = devm_kcalloc(mcs->dev, hw->total_vfs, in rvu_mcs_init()
H A Drvu.c742 for (id = 0; id < hw->total_vfs; id++) { in rvu_free_hw_resources()
937 hw->total_vfs = (cfg >> 20) & 0xFFF; in rvu_setup_hw_resources()
1081 rvu->hwvf = devm_kcalloc(rvu->dev, hw->total_vfs, in rvu_setup_hw_resources()
H A Drvu.h437 u16 total_vfs; /* Max RVU VFs HW supports */ member

12