total_vf_cnt      505 drivers/crypto/cavium/cpt/cptpf_main.c 	u16 total_vf_cnt;
total_vf_cnt      515 drivers/crypto/cavium/cpt/cptpf_main.c 	pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt);
total_vf_cnt      516 drivers/crypto/cavium/cpt/cptpf_main.c 	if (total_vf_cnt < cpt->num_vf_en)
total_vf_cnt      517 drivers/crypto/cavium/cpt/cptpf_main.c 		cpt->num_vf_en = total_vf_cnt;
total_vf_cnt      519 drivers/crypto/cavium/cpt/cptpf_main.c 	if (!total_vf_cnt)
total_vf_cnt     1257 drivers/net/ethernet/cavium/thunder/nic_main.c 	u16 total_vf_cnt;
total_vf_cnt     1265 drivers/net/ethernet/cavium/thunder/nic_main.c 	pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt);
total_vf_cnt     1266 drivers/net/ethernet/cavium/thunder/nic_main.c 	if (total_vf_cnt < nic->num_vf_en)
total_vf_cnt     1267 drivers/net/ethernet/cavium/thunder/nic_main.c 		nic->num_vf_en = total_vf_cnt;
total_vf_cnt     1269 drivers/net/ethernet/cavium/thunder/nic_main.c 	if (!total_vf_cnt)