HomeSort by: relevance | last modified time | path
    Searched refs:sc_xbusd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/xen/xen/
if_xennet_xenbus.c 174 struct xenbus_device *sc_xbusd; member in struct:xennet_xenbus_softc
299 sc->sc_xbusd = xa->xa_xbusd;
300 sc->sc_xbusd->xbusd_otherend_changed = xennet_backend_changed;
303 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend,
307 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend,
311 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend,
349 if (bus_dmamap_create(sc->sc_xbusd->xbusd_dmat, maxsz, nsegs,
364 if (bus_dmamap_create(sc->sc_xbusd->xbusd_dmat, maxsz, nsegs,
378 err = xenbus_read(NULL, sc->sc_xbusd->xbusd_path, "mac",
486 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateClosing)
    [all...]
xpci_xenbus.c 64 struct xenbus_device *sc_xbusd; member in struct:xpci_xenbus_softc
146 sc->sc_xbusd = xa->xa_xbusd;
147 sc->sc_xbusd->xbusd_otherend_changed = xpci_backend_changed;
179 error = xenbus_grant_ring(sc->sc_xbusd, ma, &sc->sc_shared_gntref);
184 error = xenbus_alloc_evtchn(sc->sc_xbusd, &sc->sc_evtchn);
199 error = xenbus_printf(xbt, sc->sc_xbusd->xbusd_path,
205 error = xenbus_printf(xbt, sc->sc_xbusd->xbusd_path,
211 error = xenbus_printf(xbt, sc->sc_xbusd->xbusd_path,
217 error = xenbus_switch_state(sc->sc_xbusd, xbt, XenbusStateInitialised);
226 xenbus_dev_fatal(sc->sc_xbusd, error, "completing transaction")
    [all...]
xbd_xenbus.c 140 struct xenbus_device *sc_xbusd; member in struct:xbd_xenbus_softc
293 sc->sc_xbusd = xa->xa_xbusd;
294 sc->sc_xbusd->xbusd_otherend_changed = xbd_backend_changed;
346 if (bus_dmamap_create(sc->sc_xbusd->xbusd_dmat,
396 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateClosing);
407 while (xenbus_read_driver_state(sc->sc_xbusd->xbusd_otherend)
456 bus_dmamap_destroy(sc->sc_xbusd->xbusd_dmat,
513 xenbus_device_suspend(sc->sc_xbusd);
545 error = xenbus_grant_ring(sc->sc_xbusd, ma, &sc->sc_ring_gntref);
556 sc->sc_xbusd->xbusd_otherend_id
    [all...]

Completed in 12 milliseconds