Searched refs:totalvfs (Results 1 – 5 of 5) sorted by relevance
99 unsigned int n, totalvfs; in xe_sriov_pf_migration_init() local109 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()
1044 unsigned int n, totalvfs; in xe_gt_sriov_pf_migration_init() local1054 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()
892 int totalvfs; in octep_vdpa_pf_setup() local896 totalvfs = pci_sriov_get_totalvfs(pdev); in octep_vdpa_pf_setup()897 if (unlikely(!totalvfs)) { in octep_vdpa_pf_setup()898 dev_info(&pdev->dev, "Total VFs are %d in PF sriov configuration\n", totalvfs); in octep_vdpa_pf_setup()911 octpf->vf_stride = len / totalvfs; in octep_vdpa_pf_setup()
51 复,例如,如果启用VF,检查numvfs == 0,确保numvfs <= totalvfs。
50 numvfs <= totalvfs.