/src/sys/dev/pcmcia/ |
mhzc.c | 109 device_t sc_ethernet; member in struct:mhzc_softc 250 sc->sc_ethernet = config_found(self, __UNCONST("sm"), mhzc_print, 327 if (sc->sc_ethernet == child) 328 sc->sc_ethernet = NULL; 373 if (sc->sc_ethernet != NULL && 375 rval |= smc91cxx_intr(sc->sc_ethernet);
|
xirc.c | 105 device_t sc_ethernet; member in struct:xirc_softc 267 sc->sc_ethernet = config_found(self, __UNCONST("xi"), 388 if (sc->sc_ethernet == child) 389 sc->sc_ethernet = NULL; 433 if (sc->sc_ethernet != NULL && 435 rval |= xi_intr(device_private(sc->sc_ethernet));
|
mhzc.c | 109 device_t sc_ethernet; member in struct:mhzc_softc 250 sc->sc_ethernet = config_found(self, __UNCONST("sm"), mhzc_print, 327 if (sc->sc_ethernet == child) 328 sc->sc_ethernet = NULL; 373 if (sc->sc_ethernet != NULL && 375 rval |= smc91cxx_intr(sc->sc_ethernet);
|
xirc.c | 105 device_t sc_ethernet; member in struct:xirc_softc 267 sc->sc_ethernet = config_found(self, __UNCONST("xi"), 388 if (sc->sc_ethernet == child) 389 sc->sc_ethernet = NULL; 433 if (sc->sc_ethernet != NULL && 435 rval |= xi_intr(device_private(sc->sc_ethernet));
|