Lines Matching refs:evtchn
43 int evtchn;
116 evtchn_port_t port = pdev->evtchn;
156 * reuse same evtchn with pci_conf backend response. So re-schedule
639 notify_remote_via_evtchn(pdev->evtchn);
712 pdev->evtchn = INVALID_EVTCHN;
734 if (pdev->evtchn != INVALID_EVTCHN)
735 xenbus_free_evtchn(pdev->xdev, pdev->evtchn);
749 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn);
753 err = bind_evtchn_to_irqhandler(pdev->evtchn, pcifront_handler_aer,
774 "event-channel", "%u", pdev->evtchn);