Searched refs:smc91cxx_softc (Results 1 – 4 of 4) sorted by relevance
34 struct smc91cxx_softc { struct45 int (*sc_enable)(struct smc91cxx_softc *); argument46 void (*sc_disable)(struct smc91cxx_softc *); argument62 void smc91cxx_attach(struct smc91cxx_softc *, u_int8_t *); argument64 void smc91cxx_init(struct smc91cxx_softc *);65 void smc91cxx_stop(struct smc91cxx_softc *);66 int smc91cxx_enable(struct smc91cxx_softc *);67 void smc91cxx_disable(struct smc91cxx_softc *);
175 int smc91cxx_set_media(struct smc91cxx_softc *, uint64_t);177 void smc91cxx_read(struct smc91cxx_softc *);178 void smc91cxx_reset(struct smc91cxx_softc *);184 smc91cxx_attach(struct smc91cxx_softc *sc, u_int8_t *myea) in smc91cxx_attach()308 struct smc91cxx_softc *sc = ifp->if_softc; in smc91cxx_mediachange()314 smc91cxx_set_media(struct smc91cxx_softc *sc, uint64_t media) in smc91cxx_set_media()360 struct smc91cxx_softc *sc = ifp->if_softc; in smc91cxx_mediastatus()391 smc91cxx_init(struct smc91cxx_softc *sc) in smc91cxx_init()512 struct smc91cxx_softc *sc = ifp->if_softc; in smc91cxx_start()696 struct smc91cxx_softc *sc = arg; in smc91cxx_intr()[all …]
62 struct smc91cxx_softc sc_smc; /* real "smc" softc */76 int sm_pcmcia_enable(struct smc91cxx_softc *);77 void sm_pcmcia_disable(struct smc91cxx_softc *);119 struct smc91cxx_softc *sc = &psc->sc_smc; in sm_pcmcia_attach()313 sm_pcmcia_enable(struct smc91cxx_softc *sc) in sm_pcmcia_enable()330 sm_pcmcia_disable(struct smc91cxx_softc *sc) in sm_pcmcia_disable()
71 struct smc91cxx_softc sc_smc; /* real "smc" softc */148 struct smc91cxx_softc *sc = &isc->sc_smc; in sm_isa_attach()