PCI_SRIOV_TOTAL_VF
pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt);
pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &iov->total);
pci_read_config_word(nic->pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf);
pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt);
pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF,
pos + PCI_SRIOV_TOTAL_VF, &iov->total_vfs);
pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &total);
pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, &nr_virtfn);