Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/emulex/benet/
Dbe_main.c4223 int status, old_vfs, vf; in be_vf_setup() local
4226 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4232 if (old_vfs) { in be_vf_setup()
4269 if (!old_vfs) in be_vf_setup()
4278 if (!old_vfs) { in be_vf_setup()
4286 if (!old_vfs) { in be_vf_setup()
4442 int max_vfs, old_vfs; in be_get_sriov_config() local
4459 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4460 if (old_vfs) { in be_get_sriov_config()
4462 old_vfs); in be_get_sriov_config()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c3665 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
3677 if (old_vfs) { in igb_enable_sriov()
3679 old_vfs, max_vfs); in igb_enable_sriov()
3680 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
3727 if (!old_vfs) { in igb_enable_sriov()