Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c823 xnfp->xnf_evtchn); in xnf_be_connect()
998 xnfp->xnf_evtchn = xvdi_get_evtchn(devinfo); in xnf_attach()
1000 ec_bind_evtchn_to_handler(xnfp->xnf_evtchn, IPL_VIF, xnf_intr, in xnf_attach()
1120 xnfp->xnf_evtchn = xvdi_get_evtchn(devinfo); in xnf_attach()
1122 ec_bind_evtchn_to_handler(xnfp->xnf_evtchn, IPL_VIF, xnf_intr, xnfp); in xnf_attach()
1156 ec_unbind_evtchn(xnfp->xnf_evtchn); in xnf_attach()
1161 xnfp->xnf_evtchn = INVALID_EVTCHN; in xnf_attach()
1202 ec_unbind_evtchn(xnfp->xnf_evtchn); in xnf_detach()
1213 xnfp->xnf_evtchn = INVALID_EVTCHN; in xnf_detach()
1250 ec_unbind_evtchn(xnfp->xnf_evtchn); in xnf_detach()
[all …]
H A Dxnf.h212 uint16_t xnf_evtchn; member