Lines Matching refs:old_vfs
4222 int status, old_vfs, vf; in be_vf_setup() local
4225 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4231 if (old_vfs) { in be_vf_setup()
4268 if (!old_vfs) in be_vf_setup()
4277 if (!old_vfs) { in be_vf_setup()
4285 if (!old_vfs) { in be_vf_setup()
4441 int max_vfs, old_vfs; in be_get_sriov_config() local
4458 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4459 if (old_vfs) { in be_get_sriov_config()
4461 old_vfs); in be_get_sriov_config()
4465 adapter->num_vfs = old_vfs; in be_get_sriov_config()
4468 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_get_sriov_config()
4479 int old_vfs = pci_num_vf(adapter->pdev); in be_alloc_sriov_res() local
4485 if (!old_vfs) in be_alloc_sriov_res()
4493 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()