Home
last modified time | relevance | path

Searched refs:msi_init (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dmsi.h37 int msi_init(struct PCIDevice *dev, uint8_t offset,
/openbmc/qemu/hw/pci-bridge/
H A Dioh3420.c69 rc = msi_init(d, IOH_EP_MSI_OFFSET, IOH_EP_MSI_NR_VECTOR, in ioh3420_interrupts_init()
H A Dxio3130_upstream.c65 rc = msi_init(d, XIO3130_MSI_OFFSET, XIO3130_MSI_NR_VECTOR, in xio3130_upstream_realize()
H A Dxio3130_downstream.c75 rc = msi_init(d, XIO3130_MSI_OFFSET, XIO3130_MSI_NR_VECTOR, in xio3130_downstream_realize()
H A Dpcie_pci_bridge.c71 rc = msi_init(d, 0, 1, true, true, &local_err); in OBJECT_DECLARE_SIMPLE_TYPE()
H A Dcxl_downstream.c150 rc = msi_init(d, CXL_DOWNSTREAM_PORT_MSI_OFFSET, in cxl_dsp_realize()
H A Dpci_bridge_dev.c86 err = msi_init(dev, 0, 1, true, true, &local_err); in pci_bridge_dev_realize()
H A Dcxl_root_port.c83 rc = msi_init(d, CXL_RP_MSI_OFFSET, CXL_RP_MSI_NR_VECTOR, in cxl_rp_interrupts_init()
H A Dcxl_upstream.c305 rc = msi_init(d, CXL_UPSTREAM_PORT_MSI_OFFSET, in cxl_usp_realize()
/openbmc/qemu/hw/display/
H A Dapple-gfx-pci.m93 ret = msi_init(dev, 0x0 /* config offset; 0 = find space */,
/openbmc/qemu/hw/usb/
H A Dhcd-xhci-pci.c148 ret = msi_init(dev, 0x70, s->xhci.numintrs, true, false, &err); in usb_xhci_pci_realize()
/openbmc/qemu/hw/misc/
H A Dedu.c376 if (msi_init(pdev, 0, 1, true, false, errp)) { in pci_edu_realize()
/openbmc/qemu/hw/pci/
H A Dmsi.c193 int msi_init(struct PCIDevice *dev, uint8_t offset, in msi_init() function
/openbmc/qemu/hw/net/
H A Digb.c428 ret = msi_init(pci_dev, 0x50, 1, true, true, NULL); in igb_pci_realize()
H A De1000e.c468 ret = msi_init(PCI_DEVICE(s), 0xD0, 1, true, false, NULL); in e1000e_pci_realize()
/openbmc/qemu/hw/pci-host/
H A Ddesignware.c419 msi_init(dev, 0x50, 32, true, true, &error_fatal); in designware_pcie_root_realize()
/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.c1100 res = msi_init(d, PVSCSI_MSI_OFFSET, PVSCSI_MSIX_NUM_VECTORS, in pvscsi_init_msi()
H A Dmegasas.c2359 ret = msi_init(dev, 0x50, 1, true, false, &err); in megasas_scsi_realize()