Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpcie_sriov.c210 addr = sriov_cap + PCI_SRIOV_BAR + region_num * 4; in pcie_sriov_pf_init_vf_bar()
469 pci_set_quad(dev->config + sriov_cap + PCI_SRIOV_BAR + i * 4, in pcie_sriov_pf_reset()
H A Dpci.c1599 int bar = sriov_cap + PCI_SRIOV_BAR + reg * 4; in pci_config_get_bar_addr()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h977 #define PCI_SRIOV_BAR 0x24 /* VF BAR0 */ macro