Searched refs:PCI_MSIX_FLAGS_BIRMASK (Results 1 – 7 of 7) sorted by relevance
285 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()
574 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()
892 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()
333 #define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */ macro
334 #define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */ macro
341 (table_offset | pba_offset) & PCI_MSIX_FLAGS_BIRMASK) { in msix_init()
1589 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()