Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_main.c4211 int status, old_vfs, vf; in be_vf_setup() local
4214 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4220 if (old_vfs) { in be_vf_setup()
4257 if (!old_vfs) in be_vf_setup()
4266 if (!old_vfs) { in be_vf_setup()
4274 if (!old_vfs) { in be_vf_setup()
4430 int max_vfs, old_vfs; in be_get_sriov_config() local
4447 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4448 if (old_vfs) { in be_get_sriov_config()
4450 old_vfs); in be_get_sriov_config()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c3541 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
3553 if (old_vfs) { in igb_enable_sriov()
3555 old_vfs, max_vfs); in igb_enable_sriov()
3556 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
3603 if (!old_vfs) { in igb_enable_sriov()