Lines Matching refs:old_vfs
4223 int status, old_vfs, vf; in be_vf_setup() local
4226 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4232 if (old_vfs) { in be_vf_setup()
4269 if (!old_vfs) in be_vf_setup()
4278 if (!old_vfs) { in be_vf_setup()
4286 if (!old_vfs) { in be_vf_setup()
4442 int max_vfs, old_vfs; in be_get_sriov_config() local
4459 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4460 if (old_vfs) { in be_get_sriov_config()
4462 old_vfs); in be_get_sriov_config()
4466 adapter->num_vfs = old_vfs; in be_get_sriov_config()
4469 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_get_sriov_config()
4480 int old_vfs = pci_num_vf(adapter->pdev); in be_alloc_sriov_res() local
4486 if (!old_vfs) in be_alloc_sriov_res()
4494 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()