Searched refs:PCI_MSIX_TABLE (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-ep.c | 307 reg = cap + PCI_MSIX_TABLE; in cdns_pcie_ep_set_msix() 507 reg = cap + PCI_MSIX_TABLE; in cdns_pcie_ep_send_msix_irq()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware-ep.c | 423 reg = ep_func->msix_cap + func_offset + PCI_MSIX_TABLE; in dw_pcie_ep_set_msix() 593 reg = ep_func->msix_cap + func_offset + PCI_MSIX_TABLE; in dw_pcie_ep_raise_msix_irq()
|
/openbmc/linux/arch/x86/pci/ |
H A D | xen.c | 301 pci_read_config_dword(dev, pos + PCI_MSIX_TABLE, in xen_initdom_setup_msi_irqs()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 569 rc = xen_host_pci_get_long(hd, base + PCI_MSIX_TABLE, &table_off); in xen_pt_msix_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 327 #define PCI_MSIX_TABLE 4 /* Table offset */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 328 #define PCI_MSIX_TABLE 4 /* Table offset */ macro
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.c | 284 table = qpci_config_readl(dev, addr + PCI_MSIX_TABLE); in qpci_msix_enable()
|
/openbmc/qemu/hw/pci/ |
H A D | msix.c | 361 pci_set_long(config + PCI_MSIX_TABLE, table_offset | table_bar_nr); in msix_init()
|
/openbmc/linux/drivers/pci/msi/ |
H A D | msi.c | 565 pci_read_config_dword(dev, dev->msix_cap + PCI_MSIX_TABLE, in msix_map_region()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 887 table = pci_host_config_read_common(pbdev->pdev, pos + PCI_MSIX_TABLE, in s390_pci_msix_init()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 530 pci_read_config_dword(pdev, msix_pos + PCI_MSIX_TABLE, &table); in vfio_pci_core_enable()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 1573 vdev->config_offset + pos + PCI_MSIX_TABLE) != sizeof(table)) { in vfio_msix_early_setup()
|