Lines Matching defs:evtchn
44 int evtchn;
117 evtchn_port_t port = pdev->evtchn;
157 * reuse same evtchn with pci_conf backend response. So re-schedule
665 notify_remote_via_evtchn(pdev->evtchn);
743 pdev->evtchn = INVALID_EVTCHN;
766 if (pdev->evtchn != INVALID_EVTCHN)
767 xenbus_free_evtchn(pdev->xdev, pdev->evtchn);
792 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn);
796 err = bind_evtchn_to_irqhandler(pdev->evtchn, pcifront_handler_aer,
817 "event-channel", "%u", pdev->evtchn);