Symbol: smc91cxx_softc
sys/arch/evbarm/gumstix/if_sm_gxio.c
102
struct smc91cxx_softc sc_smc;
sys/arch/evbarm/gumstix/if_sm_gxio.c
171
struct smc91cxx_softc *sc = &gsc->sc_smc;
sys/arch/evbarm/ifpga/sm_ifpga.c
56
struct smc91cxx_softc sc_sm;
sys/arch/evbarm/ifpga/sm_ifpga.c
77
struct smc91cxx_softc *sc = &isc->sc_sm;
sys/arch/evbarm/lubbock/if_sm_obio.c
101
struct smc91cxx_softc sc_smc; /* real "smc" softc */
sys/arch/evbarm/lubbock/if_sm_obio.c
183
struct smc91cxx_softc *sc = &isc->sc_smc;
sys/arch/evbarm/viper/if_sm_pxaip.c
60
struct smc91cxx_softc sc_sm;
sys/arch/evbarm/viper/if_sm_pxaip.c
81
struct smc91cxx_softc *sc = &pxasc->sc_sm;
sys/arch/evbsh3/ap_ms104_sh4/if_sm_mainbus.c
56
struct smc91cxx_softc sc_sm;
sys/arch/evbsh3/ap_ms104_sh4/if_sm_mainbus.c
78
struct smc91cxx_softc *sc = &smsc->sc_sm;
sys/arch/mac68k/nubus/if_sm_nubus.c
101
struct smc91cxx_softc *smc = device_private(self);
sys/arch/mac68k/nubus/if_sm_nubus.c
61
CFATTACH_DECL_NEW(sm_nubus, sizeof(struct smc91cxx_softc),
sys/dev/ic/smc91cxx.c
1048
smc91cxx_read(struct smc91cxx_softc *sc)
sys/dev/ic/smc91cxx.c
1196
struct smc91cxx_softc *sc = ifp->if_softc;
sys/dev/ic/smc91cxx.c
1284
smc91cxx_reset(struct smc91cxx_softc *sc)
sys/dev/ic/smc91cxx.c
1300
struct smc91cxx_softc *sc = ifp->if_softc;
sys/dev/ic/smc91cxx.c
1311
smc91cxx_stop(struct smc91cxx_softc *sc)
sys/dev/ic/smc91cxx.c
1333
smc91cxx_enable(struct smc91cxx_softc *sc)
sys/dev/ic/smc91cxx.c
1351
smc91cxx_disable(struct smc91cxx_softc *sc)
sys/dev/ic/smc91cxx.c
1363
struct smc91cxx_softc *sc = device_private(self);
sys/dev/ic/smc91cxx.c
1377
struct smc91cxx_softc *sc = device_private(self);
sys/dev/ic/smc91cxx.c
1403
struct smc91cxx_softc *sc = device_private(self);
sys/dev/ic/smc91cxx.c
1412
struct smc91cxx_softc *sc = device_private(self);
sys/dev/ic/smc91cxx.c
1421
struct smc91cxx_softc *sc = device_private(self);
sys/dev/ic/smc91cxx.c
1437
struct smc91cxx_softc *sc = device_private(self);
sys/dev/ic/smc91cxx.c
1453
struct smc91cxx_softc *sc = ifp->if_softc;
sys/dev/ic/smc91cxx.c
1474
struct smc91cxx_softc *sc = arg;
sys/dev/ic/smc91cxx.c
179
static int smc91cxx_set_media(struct smc91cxx_softc *, int);
sys/dev/ic/smc91cxx.c
181
static void smc91cxx_init(struct smc91cxx_softc *);
sys/dev/ic/smc91cxx.c
182
static void smc91cxx_read(struct smc91cxx_softc *);
sys/dev/ic/smc91cxx.c
183
static void smc91cxx_reset(struct smc91cxx_softc *);
sys/dev/ic/smc91cxx.c
185
static uint8_t smc91cxx_copy_tx_frame(struct smc91cxx_softc *, struct mbuf *);
sys/dev/ic/smc91cxx.c
186
static void smc91cxx_stop(struct smc91cxx_softc *);
sys/dev/ic/smc91cxx.c
190
static int smc91cxx_enable(struct smc91cxx_softc *);
sys/dev/ic/smc91cxx.c
191
static void smc91cxx_disable(struct smc91cxx_softc *);
sys/dev/ic/smc91cxx.c
230
smc91cxx_attach(struct smc91cxx_softc *sc, uint8_t *myea)
sys/dev/ic/smc91cxx.c
395
struct smc91cxx_softc *sc = ifp->if_softc;
sys/dev/ic/smc91cxx.c
401
smc91cxx_set_media(struct smc91cxx_softc *sc, int media)
sys/dev/ic/smc91cxx.c
449
struct smc91cxx_softc *sc = ifp->if_softc;
sys/dev/ic/smc91cxx.c
478
smc91cxx_init(struct smc91cxx_softc *sc)
sys/dev/ic/smc91cxx.c
612
struct smc91cxx_softc *sc = ifp->if_softc;
sys/dev/ic/smc91cxx.c
782
smc91cxx_copy_tx_frame(struct smc91cxx_softc *sc, struct mbuf *m0)
sys/dev/ic/smc91cxx.c
858
struct smc91cxx_softc *sc = arg;
sys/dev/ic/smc91cxxvar.h
46
int (*sc_enable)(struct smc91cxx_softc *);
sys/dev/ic/smc91cxxvar.h
47
void (*sc_disable)(struct smc91cxx_softc *);
sys/dev/ic/smc91cxxvar.h
67
void smc91cxx_attach(struct smc91cxx_softc *, u_int8_t *);
sys/dev/isa/if_sm_isa.c
157
struct smc91cxx_softc *sc = &isc->sc_smc;
sys/dev/isa/if_sm_isa.c
66
struct smc91cxx_softc sc_smc; /* real "smc" softc */
sys/dev/pcmcia/if_sm_pcmcia.c
138
struct smc91cxx_softc *sc = &psc->sc_smc;
sys/dev/pcmcia/if_sm_pcmcia.c
242
sm_pcmcia_enable(struct smc91cxx_softc *sc)
sys/dev/pcmcia/if_sm_pcmcia.c
263
sm_pcmcia_disable(struct smc91cxx_softc *sc)
sys/dev/pcmcia/if_sm_pcmcia.c
70
struct smc91cxx_softc sc_smc; /* real "smc" softc */
sys/dev/pcmcia/if_sm_pcmcia.c
82
int sm_pcmcia_enable(struct smc91cxx_softc *);
sys/dev/pcmcia/if_sm_pcmcia.c
83
void sm_pcmcia_disable(struct smc91cxx_softc *);
sys/dev/pcmcia/mhzc.c
662
CFATTACH_DECL_NEW(sm_mhzc, sizeof(struct smc91cxx_softc),
sys/dev/pcmcia/mhzc.c
665
int sm_mhzc_enable(struct smc91cxx_softc *);
sys/dev/pcmcia/mhzc.c
666
void sm_mhzc_disable(struct smc91cxx_softc *);
sys/dev/pcmcia/mhzc.c
684
struct smc91cxx_softc *sc = device_private(self);
sys/dev/pcmcia/mhzc.c
705
sm_mhzc_enable(struct smc91cxx_softc *sc)
sys/dev/pcmcia/mhzc.c
713
sm_mhzc_disable(struct smc91cxx_softc *sc)