/linux/drivers/gpu/drm/xe/ |
H A D | xe_pci_sriov.c | 68 int total_vfs = xe_sriov_pf_get_totalvfs(xe); in pf_enable_vfs() local 73 xe_assert(xe, num_vfs <= total_vfs); in pf_enable_vfs() 96 num_vfs, total_vfs, str_plural(total_vfs)); in pf_enable_vfs()
|
H A D | xe_gt_sriov_pf_monitor.c | 120 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 D | xe_gt_sriov_pf_service.c | 532 unsigned int n, total_vfs = xe_sriov_pf_get_totalvfs(xe); in xe_gt_sriov_pf_service_print_version() local 537 for (n = 1; n <= total_vfs; n++) { in xe_gt_sriov_pf_service_print_version()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | sriov.c | 299 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()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 348 if (vf >= pf->total_vfs) in enetc_pf_set_vf_mac() 369 if (vf >= pf->total_vfs) in enetc_pf_set_vf_vlan() 386 if (vf >= pf->total_vfs) in enetc_pf_set_vf_spoofchk() 437 for (i = 0; i < pf->total_vfs; i++) { in enetc_setup_mac_addresses() 456 vf_entries = num_entries / (pf->total_vfs + 1); in enetc_port_assign_rfs_entries() 458 for (i = 0; i < pf->total_vfs; i++) in enetc_port_assign_rfs_entries() 461 num_entries - vf_entries * pf->total_vfs); in enetc_port_assign_rfs_entries() 503 num_rings /= pf->total_vfs; in enetc_port_si_configure() 508 for (i = 0; i < pf->total_vfs; i++) in enetc_port_si_configure() 1279 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in enetc_pf_probe() [all …]
|
H A D | enetc_pf.h | 34 int total_vfs; /* max number of VFs, set for PF at probe */ member
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 3278 u8 total_vfs, int existing_vfs, int reset_flow) in mlx4_enable_sriov() argument 3286 dev->dev_vfs = kcalloc(total_vfs, sizeof(*dev->dev_vfs), in mlx4_enable_sriov() 3295 if (existing_vfs != total_vfs) { in mlx4_enable_sriov() 3297 existing_vfs, total_vfs); in mlx4_enable_sriov() 3298 total_vfs = existing_vfs; in mlx4_enable_sriov() 3302 dev->dev_vfs = kcalloc(total_vfs, sizeof(*dev->dev_vfs), GFP_KERNEL); in mlx4_enable_sriov() 3309 if (total_vfs > fw_enabled_sriov_vfs) { in mlx4_enable_sriov() 3311 total_vfs, fw_enabled_sriov_vfs); in mlx4_enable_sriov() 3315 mlx4_warn(dev, "Enabling SR-IOV with %d VFs\n", total_vfs); in mlx4_enable_sriov() 3316 err = pci_enable_sriov(pdev, total_vfs); in mlx4_enable_sriov() [all …]
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_pf.c | 80 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() 151 if (pf->total_vfs > 64) in otx2_pf_flr_intr_handler() 180 if (pf->total_vfs > 64) in otx2_pf_me_intr_handler() 542 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() 599 hwbase = ioremap_wc(base, MBOX_SIZE * pf->total_vfs); in otx2_pfvf_mbox_init() 2403 if (vf >= pf->total_vfs) in otx2_set_vf_mac() 2845 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init() 2851 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_init() 2869 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_cleanup() 2920 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in otx2_probe()
|
H A D | otx2_common.h | 483 u8 total_vfs; member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.c | 144 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 D | qed_sriov.h | 93 u16 total_vfs; /* total VFs associated with the PF */ member
|
H A D | qed_sp_commands.c | 411 p_ramrod->num_vfs = (u8)p_iov->total_vfs; in qed_sp_pf_start()
|
H A D | qed_int.c | 2059 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()
|
H A D | qed_cxt.c | 1157 p_mngr->vf_count = p_hwfn->cdev->p_iov_info->total_vfs; in qed_cxt_mngr_alloc() 1525 p_iov->first_vf_in_pf + p_iov->total_vfs); in qed_ilt_vf_bounds_init()
|
H A D | qed_l2.c | 2239 max_vf_vlan_filters = cdev->p_iov_info->total_vfs * in qed_fill_eth_dev_info() 2241 max_vf_mac_filters = cdev->p_iov_info->total_vfs * in qed_fill_eth_dev_info()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_type.h | 627 u16 total_vfs; member
|
H A D | fm10k_pf.c | 178 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 D | fm10k_iov.c | 356 dglort.vsi_l = fls(hw->iov.total_vfs - 1); in fm10k_iov_resume()
|
H A D | fm10k_netdev.c | 357 if (mask <= hw->iov.total_vfs) { in fm10k_request_glort_range()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_cn10k.c | 55 return ((rvu_get_pf(pcifunc) * rvu->hw->total_vfs) + in rvu_get_lmtst_tbl_index()
|
H A D | mcs_rvu_if.c | 905 mcs->vf = devm_kcalloc(mcs->dev, hw->total_vfs, in rvu_mcs_init()
|
H A D | rvu_debugfs.c | 621 index = pf * rvu->hw->total_vfs * LMT_MAPTBL_ENTRY_SIZE; in rvu_dbg_lmtst_map_table_display() 634 index = (pf * rvu->hw->total_vfs * 16) + in rvu_dbg_lmtst_map_table_display() 712 for (vf = 0; vf <= rvu->hw->total_vfs; vf++) { in get_max_column_width() 781 for (vf = 0; vf <= rvu->hw->total_vfs; vf++) { in rvu_dbg_rsrc_attach_status()
|
H A D | rvu.h | 407 u16 total_vfs; /* Max RVU VFs HW supports */ member
|
H A D | rvu.c | 747 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()
|
/linux/drivers/crypto/hisilicon/ |
H A D | qm.c | 3471 int ret, total_vfs, i; in qm_func_shaper_enable() local 3473 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in qm_func_shaper_enable() 3474 if (fun_index > total_vfs) in qm_func_shaper_enable() 3766 int pre_existing_vfs, num_vfs, total_vfs, ret; in hisi_qm_sriov_enable() local 3772 total_vfs = pci_sriov_get_totalvfs(pdev); in hisi_qm_sriov_enable() 3780 if (max_vfs > total_vfs) { in hisi_qm_sriov_enable() 3781 pci_err(pdev, "%d VFs is more than total VFs %d!\n", max_vfs, total_vfs); in hisi_qm_sriov_enable()
|