Home
last modified time | relevance | path

Searched refs:evtchn_irq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/xen/xen-pciback/
H A Dpciback.h40 int evtchn_irq; member
198 xen_irq_lateeoi(pdev->evtchn_irq, eoi_flag); in xen_pcibk_lateeoi()
H A Dxenbus.c51 pdev->evtchn_irq = INVALID_EVTCHN_IRQ; in alloc_pdev()
71 if (pdev->evtchn_irq != INVALID_EVTCHN_IRQ) { in xen_pcibk_disconnect()
72 unbind_from_irqhandler(pdev->evtchn_irq, pdev); in xen_pcibk_disconnect()
73 pdev->evtchn_irq = INVALID_EVTCHN_IRQ; in xen_pcibk_disconnect()
134 pdev->evtchn_irq = err; in xen_pcibk_do_attach()
H A Dpciback_ops.c389 notify_remote_via_irq(pdev->evtchn_irq); in xen_pcibk_do_one_op()
415 if (unlikely(pdev->evtchn_irq != irq)) in xen_pcibk_handle_event()
416 pdev->evtchn_irq = irq; in xen_pcibk_handle_event()
H A Dpci_stub.c734 notify_remote_via_irq(pdev->evtchn_irq); in common_process()