Lines Matching refs:old_vfs
3612 int status, old_vfs, vf; in be_vf_setup() local
3614 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
3620 if (old_vfs) { in be_vf_setup()
3657 if (!old_vfs) in be_vf_setup()
3660 if (!old_vfs) { in be_vf_setup()
3668 if (!old_vfs) { in be_vf_setup()
3787 int max_vfs, old_vfs; in be_get_sriov_config() local
3803 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
3804 if (old_vfs) { in be_get_sriov_config()
3806 old_vfs); in be_get_sriov_config()
3810 adapter->num_vfs = old_vfs; in be_get_sriov_config()
3818 int old_vfs = pci_num_vf(adapter->pdev); in be_alloc_sriov_res() local
3824 if (!old_vfs) in be_alloc_sriov_res()
3832 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()