Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/io/
H A Dxnb.c414 xnbp->xnb_evtchn = INVALID_EVTCHN; in xnb_attach()
838 ec_notify_via_evtchn(xnbp->xnb_evtchn); in xnb_to_peer()
1200 ec_notify_via_evtchn(xnbp->xnb_evtchn); in xnb_copy_to_peer()
1228 ec_notify_via_evtchn(xnbp->xnb_evtchn); in xnb_tx_notify_peer()
1815 "cannot bind event channel %d", xnbp->xnb_evtchn); in xnb_connect_rings()
1816 xnbp->xnb_evtchn = INVALID_EVTCHN; in xnb_connect_rings()
1819 xnbp->xnb_evtchn = xvdi_get_evtchn(dip); in xnb_connect_rings()
1867 if (xnbp->xnb_evtchn != INVALID_EVTCHN) { in xnb_disconnect_rings()
1869 xnbp->xnb_evtchn = INVALID_EVTCHN; in xnb_disconnect_rings()
H A Dxnb.h188 int xnb_evtchn; /* channel to front end */ member