Lines Matching refs:pci_read_config_word
49 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_OFFSET, &iov->offset); in pci_iov_set_numvfs()
50 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_STRIDE, &iov->stride); in pci_iov_set_numvfs()
133 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_DID, &virtfn->device); in virtfn_add()
247 pci_read_config_word(dev, iov->pos + PCI_SRIOV_INITIAL_VF, &initial); in sriov_enable()
256 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_OFFSET, &offset); in sriov_enable()
257 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_STRIDE, &stride); in sriov_enable()
396 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init()
402 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &total); in sriov_init()
418 pci_read_config_word(dev, pos + PCI_SRIOV_VF_OFFSET, &offset); in sriov_init()
419 pci_read_config_word(dev, pos + PCI_SRIOV_VF_STRIDE, &stride); in sriov_init()
510 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state()
694 pci_read_config_word(dev, dev->sriov->pos + PCI_SRIOV_VF_DID, &dev_id); in pci_vfs_assigned()