Home
last modified time | relevance | path

Searched refs:pci_sriov_get_totalvfs (Results 1 – 19 of 19) sorted by relevance

/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_sriov.c53 int totalvfs = pci_sriov_get_totalvfs(pdev); in adf_enable_sriov()
98 int totalvfs = pci_sriov_get_totalvfs(accel_to_pci_dev(accel_dev)); in adf_disable_sriov()
138 int totalvfs = pci_sriov_get_totalvfs(pdev); in adf_sriov_configure()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dsriov.c272 return pci_sriov_get_totalvfs(dev->pdev); in mlx5_get_max_vfs()
284 total_vfs = pci_sriov_get_totalvfs(pdev); in mlx5_sriov_init()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dpci_dn.c192 for (i = 0; i < pci_sriov_get_totalvfs(pdev); i++) { in add_sriov_vf_pdns()
242 for (i = 0; i < pci_sriov_get_totalvfs(pdev); i++) { in remove_sriov_vf_pdns()
/linux-6.3-rc2/drivers/pci/
A Diov.c391 return sysfs_emit(buf, "%u\n", pci_sriov_get_totalvfs(pdev)); in sriov_totalvfs_show()
427 if (num_vfs > pci_sriov_get_totalvfs(pdev)) in sriov_numvfs_store()
1186 int pci_sriov_get_totalvfs(struct pci_dev *dev) in pci_sriov_get_totalvfs() function
1193 EXPORT_SYMBOL_GPL(pci_sriov_get_totalvfs);
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_main.c104 cpt->max_vfs = pci_sriov_get_totalvfs(cpt->pdev); in otx_cpt_device_init()
/linux-6.3-rc2/drivers/net/ethernet/cavium/thunder/
A Dnic_main.c101 int vf_cnt = pci_sriov_get_totalvfs(nic->pdev); in nic_enable_mbx_intr()
350 if (nic->num_vf_en >= pci_sriov_get_totalvfs(nic->pdev)) { in nic_set_lmac_vf_mapping()
351 nic->num_vf_en = pci_sriov_get_totalvfs(nic->pdev); in nic_set_lmac_vf_mapping()
405 hw->tl4_cnt = MAX_QUEUES_PER_QSET * pci_sriov_get_totalvfs(nic->pdev); in nic_get_hw_info()
/linux-6.3-rc2/drivers/misc/genwqe/
A Dcard_base.c346 totalvfs = pci_sriov_get_totalvfs(pci_dev); in genwqe_setup_vf_jtimer()
1117 cd->num_vfs = pci_sriov_get_totalvfs(pci_dev); in genwqe_pci_setup()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_main.c758 cptpf->max_vfs = pci_sriov_get_totalvfs(pdev); in otx2_cptpf_probe()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def10_sriov.c267 if (pci_sriov_get_totalvfs(efx->pci_dev) <= 0) { in efx_ef10_vswitching_probe_pf()
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/
A Dbe_main.c4147 pci_sriov_get_totalvfs(pdev), in be_clear()
4150 pci_sriov_get_totalvfs(pdev), in be_clear()
4448 max_vfs = pci_sriov_get_totalvfs(adapter->pdev); in be_get_sriov_config()
4464 pci_sriov_get_totalvfs(adapter->pdev); in be_get_sriov_config()
5028 if (!pci_sriov_get_totalvfs(adapter->pdev)) in be_ndo_bridge_getlink()
/linux-6.3-rc2/include/linux/
A Dpci.h2236 int pci_sriov_get_totalvfs(struct pci_dev *dev);
2286 static inline int pci_sriov_get_totalvfs(struct pci_dev *dev) in pci_sriov_get_totalvfs() function
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_pf.c1279 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in enetc_pf_probe()
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A Dmain.c229 rdev->num_vfs = pci_sriov_get_totalvfs(rdev->en_dev->pdev); in bnxt_re_vf_res_config()
/linux-6.3-rc2/drivers/crypto/hisilicon/
A Dqm.c3528 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in qm_func_shaper_enable()
3827 total_vfs = pci_sriov_get_totalvfs(pdev); in hisi_qm_sriov_enable()
5297 total_func = pci_sriov_get_totalvfs(qm->pdev) + 1; in hisi_qm_memory_init()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu.c3022 num_devs = rvu->hw->total_pfs + pci_sriov_get_totalvfs(rvu->pdev); in rvu_flr_init()
3124 vfs = pci_sriov_get_totalvfs(pdev); in rvu_enable_sriov()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_pf.c2747 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in otx2_probe()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c3227 for (vf = 0, nvfs = pci_sriov_get_totalvfs(adap->pdev); in cxgb4_mgmt_fill_vf_station_mac_addr()
6363 adap->vfinfo = kcalloc(pci_sriov_get_totalvfs(pdev), in cxgb4_iov_configure()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dmain.c3231 int fw_enabled_sriov_vfs = min(pci_sriov_get_totalvfs(pdev), in mlx4_enable_sriov()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c11375 hdev->num_req_vfs = pci_sriov_get_totalvfs(pdev); in hclge_pci_init()

Completed in 94 milliseconds