Home
last modified time | relevance | path

Searched refs:old_vfs (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c3612 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()
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c2716 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
2727 if (old_vfs) { in igb_enable_sriov()
2729 old_vfs, max_vfs); in igb_enable_sriov()
2730 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
2747 if (!old_vfs) { in igb_enable_sriov()