Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dsriov.c271 int total_vfs; in mlx5_sriov_init() local
276 total_vfs = pci_sriov_get_totalvfs(pdev); in mlx5_sriov_init()
279 sriov->vfs_ctx = kcalloc(total_vfs, sizeof(*sriov->vfs_ctx), GFP_KERNEL); in mlx5_sriov_init()
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c348 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()
1258 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in enetc_pf_probe()
Denetc_pf.h34 int total_vfs; /* max number of VFs, set for PF at probe */ member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/
Dmain.c3224 u8 total_vfs, int existing_vfs, int reset_flow) in mlx4_enable_sriov() argument
3232 dev->dev_vfs = kcalloc(total_vfs, sizeof(*dev->dev_vfs), in mlx4_enable_sriov()
3241 if (existing_vfs != total_vfs) { in mlx4_enable_sriov()
3243 existing_vfs, total_vfs); in mlx4_enable_sriov()
3244 total_vfs = existing_vfs; in mlx4_enable_sriov()
3248 dev->dev_vfs = kcalloc(total_vfs, sizeof(*dev->dev_vfs), GFP_KERNEL); in mlx4_enable_sriov()
3255 if (total_vfs > fw_enabled_sriov_vfs) { in mlx4_enable_sriov()
3257 total_vfs, fw_enabled_sriov_vfs); in mlx4_enable_sriov()
3261 mlx4_warn(dev, "Enabling SR-IOV with %d VFs\n", total_vfs); in mlx4_enable_sriov()
3262 err = pci_enable_sriov(pdev, total_vfs); in mlx4_enable_sriov()
[all …]
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c69 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr()
140 if (pf->total_vfs > 64) in otx2_pf_flr_intr_handler()
169 if (pf->total_vfs > 64) in otx2_pf_me_intr_handler()
543 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler()
598 hwbase = ioremap_wc(base, MBOX_SIZE * pf->total_vfs); in otx2_pfvf_mbox_init()
2081 if (vf >= pf->total_vfs) in otx2_set_vf_mac()
2411 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init()
2417 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_init()
2435 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_cleanup()
2485 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in otx2_probe()
Dotx2_common.h351 u8 total_vfs; member
Dotx2_flows.c170 vf_vlan_max_flows = pfvf->total_vfs * OTX2_PER_VF_VLAN_FLOWS; in otx2_mcam_entry_init()
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h92 u16 total_vfs; /* total VFs associated with the PF */ member
Dqed_sriov.c142 if ((rel_vf_id >= p_hwfn->cdev->p_iov_info->total_vfs) || in qed_iov_is_valid_vfid()
347 pos + PCI_SRIOV_TOTAL_VF, &iov->total_vfs); in qed_iov_pci_cfg_info()
381 iov->total_vfs, in qed_iov_pci_cfg_info()
387 iov->total_vfs > NUM_OF_VFS(cdev)) { in qed_iov_pci_cfg_info()
397 iov->total_vfs = 0; in qed_iov_pci_cfg_info()
427 for (idx = 0; idx < p_iov->total_vfs; idx++) { in qed_iov_setup_vfdb()
464 num_vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_iov_allocate_vfdb()
615 if (!cdev->p_iov_info->total_vfs) { in qed_iov_hw_info()
699 for (i = 0; i < cdev->p_iov_info->total_vfs; i++) in qed_iov_set_vfs_to_disable()
3725 for (i = 0; i < p_hwfn->cdev->p_iov_info->total_vfs; i++) in qed_iov_vf_flr_cleanup()
[all …]
Dqed_sp_commands.c405 p_ramrod->num_vfs = (u8) p_iov->total_vfs; in qed_sp_pf_start()
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()
Dqed_cxt.c1161 p_mngr->vf_count = p_hwfn->cdev->p_iov_info->total_vfs; in qed_cxt_mngr_alloc()
1538 p_iov->first_vf_in_pf + p_iov->total_vfs); in qed_ilt_vf_bounds_init()
Dqed_l2.c2230 max_vf_vlan_filters = cdev->p_iov_info->total_vfs * in qed_fill_eth_dev_info()
2232 max_vf_mac_filters = cdev->p_iov_info->total_vfs * in qed_fill_eth_dev_info()
Dqed_dev.c1466 p_hwfn->cdev->p_iov_info->total_vfs : 0; in qed_init_qm_get_num_vfs()
/Linux-v5.15/drivers/crypto/hisilicon/
Dqm.c4012 int ret, total_vfs, i; in qm_func_shaper_enable() local
4014 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in qm_func_shaper_enable()
4015 if (fun_index > total_vfs) in qm_func_shaper_enable()
4389 int pre_existing_vfs, num_vfs, total_vfs, ret; in hisi_qm_sriov_enable() local
4395 total_vfs = pci_sriov_get_totalvfs(pdev); in hisi_qm_sriov_enable()
4403 num_vfs = min_t(int, max_vfs, total_vfs); in hisi_qm_sriov_enable()
4439 int total_vfs = pci_sriov_get_totalvfs(qm->pdev); in hisi_qm_sriov_disable() local
4455 memset(qm->factor + 1, 0, sizeof(struct qm_shaper_factor) * total_vfs); in hisi_qm_sriov_disable()
5705 int ret, total_vfs; in hisi_qm_memory_init() local
5708 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in hisi_qm_memory_init()
[all …]
/Linux-v5.15/drivers/net/ethernet/intel/fm10k/
Dfm10k_type.h627 u16 total_vfs; member
Dfm10k_iov.c356 dglort.vsi_l = fls(hw->iov.total_vfs - 1); in fm10k_iov_resume()
Dfm10k_pf.c177 hw->iov.total_vfs = fm10k_is_ari_hierarchy_pf(hw) ? 64 : 7; in fm10k_init_hw_pf()
631 if ((num_vfs > num_pools) || (num_vfs > hw->iov.total_vfs)) in fm10k_iov_assign_resources_pf()
Dfm10k_netdev.c357 if (mask <= hw->iov.total_vfs) { in fm10k_request_glort_range()
Dfm10k_pci.c2034 pci_sriov_set_totalvfs(pdev, hw->iov.total_vfs); in fm10k_sw_init()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cn10k.c55 return ((rvu_get_pf(pcifunc) * rvu->hw->total_vfs) + in rvu_get_lmtst_tbl_index()
Drvu.h342 u16 total_vfs; /* Max RVU VFs HW supports */ member
Drvu.c739 for (id = 0; id < hw->total_vfs; id++) { in rvu_free_hw_resources()
925 hw->total_vfs = (cfg >> 20) & 0xFFF; in rvu_setup_hw_resources()
1062 rvu->hwvf = devm_kcalloc(rvu->dev, hw->total_vfs, in rvu_setup_hw_resources()
Drvu_debugfs.c275 for (vf = 0; vf <= rvu->hw->total_vfs; vf++) { in get_max_column_width()
344 for (vf = 0; vf <= rvu->hw->total_vfs; vf++) { in rvu_dbg_rsrc_attach_status()