Searched refs:xnf_evtchn (Results 1 – 2 of 2) sorted by relevance
684 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 …]
169 uint16_t xnf_evtchn; member