Searched refs:sc_hwreset (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dhmevar.h89 void (*sc_hwreset)(struct hme_softc *); member in struct:hme_softc
H A Dlancevar.h71 void (*sc_hwreset)(struct lance_softc *); member in struct:lance_softc
H A Dgemvar.h213 void (*sc_hwreset)(struct gem_softc *); member in struct:gem_softc
H A Dlance.c291 if (sc->sc_hwreset)
292 (*sc->sc_hwreset)(sc);
H A Dhme.c497 if (sc->sc_hwreset)
498 (*sc->sc_hwreset)(sc);
H A Dgem.c1155 if (sc->sc_hwreset)
1156 (*sc->sc_hwreset)(sc);
/netbsd-current/sys/arch/amiga/dev/
H A Dif_le.c346 sc->sc_hwreset = NULL;
366 sc->sc_hwreset = NULL;
386 sc->sc_hwreset = lepcnet_reset;
/netbsd-current/sys/dev/mca/
H A Dif_le_mca.c248 sc->sc_hwreset = le_mca_hwreset;
/netbsd-current/sys/dev/sbus/
H A Dif_le_ledma.c402 sc->sc_hwreset = lehwreset;

Completed in 117 milliseconds