Home
last modified time | relevance | path

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

/drivers/net/ethernet/emulex/benet/
Dbe_main.c4224 int status, old_vfs, vf; in be_vf_setup() local
4227 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4233 if (old_vfs) { in be_vf_setup()
4270 if (!old_vfs) in be_vf_setup()
4279 if (!old_vfs) { in be_vf_setup()
4287 if (!old_vfs) { in be_vf_setup()
4443 int max_vfs, old_vfs; in be_get_sriov_config() local
4460 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4461 if (old_vfs) { in be_get_sriov_config()
4463 old_vfs); in be_get_sriov_config()
[all …]
/drivers/net/ethernet/intel/igb/
Digb_main.c3681 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
3693 if (old_vfs) { in igb_enable_sriov()
3695 old_vfs, max_vfs); in igb_enable_sriov()
3696 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
3743 if (!old_vfs) { in igb_enable_sriov()