Searched refs:msi_notify (Results 1 – 20 of 20) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pci-stub.c | 65 void msi_notify(PCIDevice *dev, unsigned int vector) in msi_notify() function
|
H A D | msi.c | 349 msi_notify(dev, vector); in msi_set_mask() 353 void msi_notify(PCIDevice *dev, unsigned int vector) in msi_notify() function 482 msi_notify(dev, vector); in msi_write_config()
|
H A D | pcie_doe.c | 178 msi_notify(dev, doe_cap->cap.vec); in pcie_doe_irq_assert()
|
H A D | shpc.c | 196 msi_notify(d, 0); in shpc_interrupt_update()
|
H A D | pcie_aer.c | 297 msi_notify(dev, pcie_aer_root_get_vector(dev)); in pcie_aer_root_notify()
|
H A D | pcie.c | 393 msi_notify(dev, pcie_cap_flags_get_vector(dev)); in hotplug_event_notify()
|
/openbmc/qemu/include/hw/pci/ |
H A D | msi.h | 43 void msi_notify(PCIDevice *dev, unsigned int vector);
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci-pci.c | 77 msi_notify(pci_dev, n); in xhci_pci_intr_raise()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-events.c | 259 msi_notify(pdev, log->irq_vec); in cxl_event_irq_assert()
|
H A D | cxl-mailbox-utils.c | 2899 msi_notify(pdev, cxl_dstate->mbox_msi_n); in bg_timercb()
|
/openbmc/qemu/hw/misc/ |
H A D | edu.c | 90 msi_notify(&edu->pdev, 0); in edu_raise_irq()
|
/openbmc/qemu/hw/scsi/ |
H A D | vmw_pvscsi.c | 373 msi_notify(d, PVSCSI_VECTOR_COMPLETION); in pvscsi_update_irq_status()
|
H A D | mptsas.c | 67 msi_notify(pci, 0); in mptsas_update_interrupt()
|
H A D | megasas.c | 584 msi_notify(pci_dev, 0); in megasas_complete_frame()
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda.c | 275 msi_notify(&d->pci, 0); in intel_hda_update_irq()
|
/openbmc/qemu/hw/net/ |
H A D | e1000e_core.c | 163 msi_notify(timer->core->owner, 0); in e1000e_intrmgr_on_throttling_timer() 2144 msi_notify(core->owner, 0); in e1000e_raise_interrupts()
|
H A D | vmxnet3.c | 258 msi_notify(d, int_idx); in _vmxnet3_assert_interrupt_line()
|
H A D | igb_core.c | 2339 msi_notify(core->owner, 0); in igb_raise_interrupts()
|
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 191 msi_notify(pci_dev, 0); in ahci_irq_raise()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 365 notify = msi_notify; in vfio_msi_interrupt()
|