Home
last modified time | relevance | path

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

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