Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_main.c4207 int status, old_vfs, vf; in be_vf_setup() local
4210 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4216 if (old_vfs) { in be_vf_setup()
4253 if (!old_vfs) in be_vf_setup()
4262 if (!old_vfs) { in be_vf_setup()
4270 if (!old_vfs) { in be_vf_setup()
4426 int max_vfs, old_vfs; in be_get_sriov_config() local
4443 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4444 if (old_vfs) { in be_get_sriov_config()
4446 old_vfs); in be_get_sriov_config()
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c3518 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
3530 if (old_vfs) { in igb_enable_sriov()
3532 old_vfs, max_vfs); in igb_enable_sriov()
3533 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
3580 if (!old_vfs) { in igb_enable_sriov()