Home
last modified time | relevance | path

Searched refs:totalvfs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_pf_migration.c99 unsigned int n, totalvfs; in xe_sriov_pf_migration_init() local
109 totalvfs = xe_sriov_pf_get_totalvfs(xe); in xe_sriov_pf_migration_init()
110 for (n = 1; n <= totalvfs; n++) { in xe_sriov_pf_migration_init()
H A Dxe_gt_sriov_pf_migration.c1044 unsigned int n, totalvfs; in xe_gt_sriov_pf_migration_init() local
1054 totalvfs = xe_sriov_pf_get_totalvfs(xe); in xe_gt_sriov_pf_migration_init()
1055 for (n = 1; n <= totalvfs; n++) { in xe_gt_sriov_pf_migration_init()
H A Dxe_gt_sriov_pf_debugfs.c885 unsigned int totalvfs = xe_gt_sriov_pf_get_totalvfs(gt); in pf_add_links() local
890 for (vfid = 0; vfid <= totalvfs; vfid++) { in pf_add_links()
/linux/drivers/misc/genwqe/
H A Dcard_base.c363 int totalvfs; in genwqe_setup_vf_jtimer() local
365 totalvfs = pci_sriov_get_totalvfs(pci_dev); in genwqe_setup_vf_jtimer()
366 if (totalvfs <= 0) in genwqe_setup_vf_jtimer()
369 for (vf = 0; vf < totalvfs; vf++) { in genwqe_setup_vf_jtimer()
/linux/Documentation/translations/zh_CN/PCI/
H A Dpci-iov-howto.rst51 复,例如,如果启用VF,检查numvfs == 0,确保numvfs <= totalvfs
/linux/Documentation/PCI/
H A Dpci-iov-howto.rst50 numvfs <= totalvfs.