Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c3913 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()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c2709 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
2720 if (old_vfs) { in igb_enable_sriov()
2722 old_vfs, max_vfs); in igb_enable_sriov()
2723 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
2740 if (!old_vfs) { in igb_enable_sriov()