Searched refs:pci_sriov_get_totalvfs (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Diov.c745 * pci_sriov_get_totalvfs -- get total VFs supported on this device
752 int pci_sriov_get_totalvfs(struct pci_dev *dev) pci_sriov_get_totalvfs() function
762 EXPORT_SYMBOL_GPL(pci_sriov_get_totalvfs); variable
H A Dpci-sysfs.c441 return sprintf(buf, "%u\n", pci_sriov_get_totalvfs(pdev)); sriov_totalvfs_show()
473 if (num_vfs > pci_sriov_get_totalvfs(pdev)) sriov_numvfs_store()
/linux-4.1.27/arch/powerpc/kernel/
H A Dpci_dn.c198 for (i = 0; i < pci_sriov_get_totalvfs(pdev); i++) { add_dev_pci_data()
252 for (i = 0; i < pci_sriov_get_totalvfs(pdev); i++) { remove_dev_pci_data()
/linux-4.1.27/drivers/misc/genwqe/
H A Dcard_base.c351 totalvfs = pci_sriov_get_totalvfs(pci_dev); genwqe_setup_vf_jtimer()
1132 cd->num_vfs = pci_sriov_get_totalvfs(pci_dev); genwqe_pci_setup()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3522 pci_sriov_get_totalvfs(pdev)); be_clear()
3524 pci_sriov_get_totalvfs(pdev), be_clear()
3793 max_vfs = pci_sriov_get_totalvfs(adapter->pdev); be_get_sriov_config()
3809 pci_sriov_get_totalvfs(adapter->pdev); be_get_sriov_config()
/linux-4.1.27/include/linux/
H A Dpci.h1691 int pci_sriov_get_totalvfs(struct pci_dev *dev); pci_mmcfg_late_init()
1710 static inline int pci_sriov_get_totalvfs(struct pci_dev *dev) pci_sriov_get_totalvfs() function
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1198 total_vfs = pci_sriov_get_totalvfs(pdev); pnv_pci_vf_assign_m64()
2372 total_vfs = pci_sriov_get_totalvfs(pdev); pnv_pci_ioda_fixup_iov_resources()

Completed in 315 milliseconds