Searched refs:old_vfs (Results 1 – 2 of 2) sorted by relevance
3612 int status, old_vfs, vf; in be_vf_setup() local3614 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()3620 if (old_vfs) { in be_vf_setup()3657 if (!old_vfs) in be_vf_setup()3660 if (!old_vfs) { in be_vf_setup()3668 if (!old_vfs) { in be_vf_setup()3787 int max_vfs, old_vfs; in be_get_sriov_config() local3803 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()3804 if (old_vfs) { in be_get_sriov_config()3806 old_vfs); in be_get_sriov_config()[all …]
2716 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local2727 if (old_vfs) { in igb_enable_sriov()2729 old_vfs, max_vfs); in igb_enable_sriov()2730 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()2747 if (!old_vfs) { in igb_enable_sriov()