Searched defs:xbd_xenbus_softc (Results 1 – 1 of 1) sorted by relevance
138 struct xbd_xenbus_softc { struct139 struct dk_softc sc_dksc; /* Must be first in this struct */140 struct xenbus_device *sc_xbusd;141 unsigned int sc_evtchn;143 struct intrhand *sc_ih; /* Interrupt handler for this instance. */144 kmutex_t sc_lock;145 kcondvar_t sc_cache_flush_cv;146 kcondvar_t sc_req_cv;147 kcondvar_t sc_detach_cv;148 kcondvar_t sc_suspend_cv;[all …]