Lines Matching refs:old_vfs
4224 int status, old_vfs, vf; in be_vf_setup() local
4227 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4233 if (old_vfs) { in be_vf_setup()
4270 if (!old_vfs) in be_vf_setup()
4279 if (!old_vfs) { in be_vf_setup()
4287 if (!old_vfs) { in be_vf_setup()
4443 int max_vfs, old_vfs; in be_get_sriov_config() local
4460 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4461 if (old_vfs) { in be_get_sriov_config()
4463 old_vfs); in be_get_sriov_config()
4467 adapter->num_vfs = old_vfs; in be_get_sriov_config()
4470 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_get_sriov_config()
4481 int old_vfs = pci_num_vf(adapter->pdev); in be_alloc_sriov_res() local
4487 if (!old_vfs) in be_alloc_sriov_res()
4495 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()