current_vfs      5510 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	int current_vfs = pci_num_vf(pdev);
current_vfs      5523 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (current_vfs && pci_vfs_assigned(pdev)) {
current_vfs      5526 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		return current_vfs;
current_vfs      5532 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (num_vfs != 0 && current_vfs != 0)
current_vfs      5536 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (num_vfs == current_vfs)
current_vfs      5554 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (!current_vfs) {
current_vfs      5636 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		if (!current_vfs) {
current_vfs       493 drivers/net/ethernet/intel/fm10k/fm10k_iov.c 	int current_vfs = pci_num_vf(pdev);
current_vfs       496 drivers/net/ethernet/intel/fm10k/fm10k_iov.c 	if (current_vfs && pci_vfs_assigned(pdev)) {
current_vfs       499 drivers/net/ethernet/intel/fm10k/fm10k_iov.c 		num_vfs = current_vfs;
current_vfs       511 drivers/net/ethernet/intel/fm10k/fm10k_iov.c 	if (num_vfs && num_vfs != current_vfs) {