Lines Matching refs:old_vfs
3913 int status, old_vfs, vf; in be_vf_setup() local
3916 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
3922 if (old_vfs) { in be_vf_setup()
3959 if (!old_vfs) in be_vf_setup()
3968 if (!old_vfs) { in be_vf_setup()
3976 if (!old_vfs) { in be_vf_setup()
4096 int max_vfs, old_vfs; in be_get_sriov_config() local
4112 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4113 if (old_vfs) { in be_get_sriov_config()
4115 old_vfs); in be_get_sriov_config()
4119 adapter->num_vfs = old_vfs; in be_get_sriov_config()
4127 int old_vfs = pci_num_vf(adapter->pdev); in be_alloc_sriov_res() local
4133 if (!old_vfs) in be_alloc_sriov_res()
4141 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()