Lines Matching refs:old_vfs
4211 int status, old_vfs, vf; in be_vf_setup() local
4214 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4220 if (old_vfs) { in be_vf_setup()
4257 if (!old_vfs) in be_vf_setup()
4266 if (!old_vfs) { in be_vf_setup()
4274 if (!old_vfs) { in be_vf_setup()
4430 int max_vfs, old_vfs; in be_get_sriov_config() local
4447 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4448 if (old_vfs) { in be_get_sriov_config()
4450 old_vfs); in be_get_sriov_config()
4454 adapter->num_vfs = old_vfs; in be_get_sriov_config()
4457 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_get_sriov_config()
4468 int old_vfs = pci_num_vf(adapter->pdev); in be_alloc_sriov_res() local
4474 if (!old_vfs) in be_alloc_sriov_res()
4482 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()