Searched refs:xnf_evtchn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h169 uint16_t xnf_evtchn; member in struct:xnf
H A Dxnf.c684 xnfp->xnf_evtchn);
807 xnfp->xnf_evtchn = xvdi_get_evtchn(devinfo);
809 ec_bind_evtchn_to_handler(xnfp->xnf_evtchn, IPL_VIF, xnf_intr,
925 xnfp->xnf_evtchn = xvdi_get_evtchn(devinfo);
927 ec_bind_evtchn_to_handler(xnfp->xnf_evtchn, IPL_VIF, xnf_intr, xnfp);
966 ec_unbind_evtchn(xnfp->xnf_evtchn);
971 xnfp->xnf_evtchn = INVALID_EVTCHN;
1017 ec_unbind_evtchn(xnfp->xnf_evtchn);
1028 xnfp->xnf_evtchn = INVALID_EVTCHN;
1065 ec_unbind_evtchn(xnfp->xnf_evtchn);
[all...]

Completed in 48 milliseconds