Home
last modified time | relevance | path

Searched refs:PCI_MSIX_FLAGS_BIRMASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c285 bir_table = table & PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
287 dev->msix_table_off = table & ~PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
290 bir_pba = table & PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
296 dev->msix_pba_off = table & ~PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c574 bar_index = msix->bar_index = table_off & PCI_MSIX_FLAGS_BIRMASK; in xen_pt_msix_init()
575 table_off = table_off & ~PCI_MSIX_FLAGS_BIRMASK; in xen_pt_msix_init()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c892 pbdev->msix.table_bar = table & PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
893 pbdev->msix.table_offset = table & ~PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
894 pbdev->msix.pba_bar = pba & PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
895 pbdev->msix.pba_offset = pba & ~PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h333 #define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h334 #define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */ macro
/openbmc/qemu/hw/pci/
H A Dmsix.c341 (table_offset | pba_offset) & PCI_MSIX_FLAGS_BIRMASK) { in msix_init()
/openbmc/qemu/hw/vfio/
H A Dpci.c1589 msix->table_bar = table & PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()
1590 msix->table_offset = table & ~PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()
1591 msix->pba_bar = pba & PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()
1592 msix->pba_offset = pba & ~PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()