Home
last modified time | relevance | path

Searched refs:msix_relo (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dpci.h162 OffAutoPCIBAR msix_relo; member
H A Dpci.c1455 if (!vdev->msix || vdev->msix_relo == OFF_AUTOPCIBAR_OFF) { in vfio_pci_relocate_msix()
1467 if (vdev->msix_relo == OFF_AUTOPCIBAR_AUTO) { in vfio_pci_relocate_msix()
1482 target_bar = (int)(vdev->msix_relo - OFF_AUTOPCIBAR_BAR0); in vfio_pci_relocate_msix()
1627 } else if (vdev->msix_relo == OFF_AUTOPCIBAR_OFF) { in vfio_msix_early_setup()
3405 DEFINE_PROP_OFF_AUTO_PCIBAR("x-msix-relocation", VFIOPCIDevice, msix_relo,