Home
last modified time | relevance | path

Searched refs:PCI_SRIOV_VF_OFFSET (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/pci/
H A Dpcie_sriov.c42 pci_set_word(cfg + PCI_SRIOV_VF_OFFSET, vf_offset); in pcie_sriov_pf_init()
172 pci_get_word(dev->config + sriov_cap + PCI_SRIOV_VF_OFFSET); in register_vfs()
H A Dpci.c1430 pci_get_word(pf->config + sriov_cap + PCI_SRIOV_VF_OFFSET); in pci_config_get_bar_addr()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h960 #define PCI_SRIOV_VF_OFFSET 0x14 /* First VF Offset */ macro