Home
last modified time | relevance | path

Searched refs:hpev_notified (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie.c403 dev->exp.hpev_notified = (sltctl & PCI_EXP_SLTCTL_HPIE) && in hotplug_event_update_event_status()
409 bool prev = dev->exp.hpev_notified; in hotplug_event_notify()
413 if (prev == dev->exp.hpev_notified) { in hotplug_event_notify()
428 pci_set_irq(dev, dev->exp.hpev_notified); in hotplug_event_notify()
436 !dev->exp.hpev_notified) { in hotplug_event_clear()
732 dev->exp.hpev_notified = false; in pcie_cap_slot_init()
/openbmc/qemu/include/hw/pci/
H A Dpcie.h65 bool hpev_notified; /* Logical AND of conditions for hot plug event. member