Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4225 int status, old_vfs, vf; in be_vf_setup() local
4228 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4234 if (old_vfs) { in be_vf_setup()
4271 if (!old_vfs) in be_vf_setup()
4280 if (!old_vfs) { in be_vf_setup()
4288 if (!old_vfs) { in be_vf_setup()
4444 int max_vfs, old_vfs; in be_get_sriov_config() local
4461 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4462 if (old_vfs) { in be_get_sriov_config()
4464 old_vfs); in be_get_sriov_config()
[all …]
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c3758 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
3770 if (old_vfs) { in igb_enable_sriov()
3772 old_vfs, max_vfs); in igb_enable_sriov()
3773 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
3833 if (!old_vfs) { in igb_enable_sriov()