Home
last modified time | relevance | path

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

12

/drivers/gpu/drm/xe/
A Dxe_pci_sriov.c150 int total_vfs = xe_sriov_pf_get_totalvfs(xe); in pf_enable_vfs() local
155 xe_assert(xe, num_vfs <= total_vfs); in pf_enable_vfs()
190 num_vfs, total_vfs, str_plural(total_vfs)); in pf_enable_vfs()
A Dxe_gt_sriov_pf_config.c2432 unsigned int n, total_vfs = xe_sriov_pf_get_totalvfs(xe); in fini_config() local
2435 for (n = 1; n <= total_vfs; n++) in fini_config()
2477 unsigned int n, total_vfs = xe_sriov_pf_get_totalvfs(gt_to_xe(gt)); in xe_gt_sriov_pf_config_restart() local
2484 for (n = 1; n <= total_vfs; n++) { in xe_gt_sriov_pf_config_restart()
2493 fail, total_vfs - skip, str_plural(total_vfs)); in xe_gt_sriov_pf_config_restart()
2495 if (fail != total_vfs) in xe_gt_sriov_pf_config_restart()
2497 total_vfs - skip - fail, skip, total_vfs, str_plural(total_vfs)); in xe_gt_sriov_pf_config_restart()
2516 for (n = 1; n <= total_vfs; n++) { in xe_gt_sriov_pf_config_print_ggtt()
2551 for (n = 1; n <= total_vfs; n++) { in xe_gt_sriov_pf_config_print_ctxs()
2586 for (n = 1; n <= total_vfs; n++) { in xe_gt_sriov_pf_config_print_dbs()
[all …]
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()
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()
A Dxe_gt_sriov_pf_policy.c138 unsigned int total_vfs = 1 + xe_gt_sriov_pf_get_totalvfs(gt); in pf_bulk_reset_sched_priority() local
144 for (n = 0; n < total_vfs; n++) in pf_bulk_reset_sched_priority()
/drivers/net/ethernet/freescale/enetc/
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 …]
A Denetc_pf.h42 int total_vfs; /* max number of VFs, set for PF at probe */ member
A Denetc_pf_common.c80 for (i = 0; i < pf->total_vfs; i++) { in enetc_setup_mac_addresses()
A Denetc4_pf.c276 pf->total_vfs = pci_sriov_get_totalvfs(si->pdev); in enetc4_pf_struct_init()
/drivers/net/ethernet/mellanox/mlx5/core/
A Dsriov.c299 int total_vfs, i; in mlx5_sriov_init() local
304 total_vfs = pci_sriov_get_totalvfs(pdev); in mlx5_sriov_init()
308 sriov->vfs_ctx = kcalloc(total_vfs, sizeof(*sriov->vfs_ctx), GFP_KERNEL); in mlx5_sriov_init()
312 for (i = 0; i < total_vfs; i++) in mlx5_sriov_init()
/drivers/net/ethernet/mellanox/mlx4/
A Dmain.c3289 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()
3448 if (total_vfs) { in mlx4_load_one()
3513 total_vfs, in mlx4_load_one()
3790 unsigned total_vfs = 0; in __mlx4_init_one() local
3826 total_vfs, MLX4_MAX_NUM_VF); in __mlx4_init_one()
3881 if (total_vfs) { in __mlx4_init_one()
4247 int pci_dev_data, err, total_vfs; in mlx4_restart_one_up() local
4380 int total_vfs; in mlx4_pci_resume() local
[all …]
/drivers/net/ethernet/marvell/octeontx2/nic/
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()
2565 if (vf >= pf->total_vfs) in otx2_set_vf_mac()
3010 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init()
3016 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_init()
3034 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_cleanup()
3174 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in otx2_probe()
A Dotx2_common.h499 u8 total_vfs; member
/drivers/net/ethernet/qlogic/qed/
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 …]
A Dqed_sriov.h93 u16 total_vfs; /* total VFs associated with the PF */ member
A Dqed_sp_commands.c411 p_ramrod->num_vfs = (u8)p_iov->total_vfs; in qed_sp_pf_start()
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()
/drivers/net/ethernet/intel/fm10k/
A Dfm10k_type.h627 u16 total_vfs; member
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()
A Dfm10k_iov.c356 dglort.vsi_l = fls(hw->iov.total_vfs - 1); in fm10k_iov_resume()
A Dfm10k_netdev.c357 if (mask <= hw->iov.total_vfs) { in fm10k_request_glort_range()
/drivers/crypto/hisilicon/
A Dqm.c3639 int ret, total_vfs, i; in qm_func_shaper_enable() local
3641 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in qm_func_shaper_enable()
3642 if (fun_index > total_vfs) in qm_func_shaper_enable()
3932 int pre_existing_vfs, num_vfs, total_vfs, ret; in hisi_qm_sriov_enable() local
3938 total_vfs = pci_sriov_get_totalvfs(pdev); in hisi_qm_sriov_enable()
3946 if (max_vfs > total_vfs) { in hisi_qm_sriov_enable()
3947 pci_err(pdev, "%d VFs is more than total VFs %d!\n", max_vfs, total_vfs); in hisi_qm_sriov_enable()
/drivers/net/ethernet/marvell/octeontx2/af/
A Dmcs_rvu_if.c907 mcs->vf = devm_kcalloc(mcs->dev, hw->total_vfs, in rvu_mcs_init()
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()
A Drvu.h437 u16 total_vfs; /* Max RVU VFs HW supports */ member

Completed in 124 milliseconds

12