Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/emulex/benet/
Dbe_main.c4222 int status, old_vfs, vf; in be_vf_setup() local
4225 old_vfs = pci_num_vf(adapter->pdev); in be_vf_setup()
4231 if (old_vfs) { in be_vf_setup()
4268 if (!old_vfs) in be_vf_setup()
4277 if (!old_vfs) { in be_vf_setup()
4285 if (!old_vfs) { in be_vf_setup()
4441 int max_vfs, old_vfs; in be_get_sriov_config() local
4458 old_vfs = pci_num_vf(adapter->pdev); in be_get_sriov_config()
4459 if (old_vfs) { in be_get_sriov_config()
4461 old_vfs); in be_get_sriov_config()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_main.c3675 int old_vfs = pci_num_vf(pdev); in igb_enable_sriov() local
3687 if (old_vfs) { in igb_enable_sriov()
3689 old_vfs, max_vfs); in igb_enable_sriov()
3690 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
3737 if (!old_vfs) { in igb_enable_sriov()