Symbol: mb86950_softc
sys/dev/ic/mb86950.c
162
void mb86950_init(struct mb86950_softc *);
sys/dev/ic/mb86950.c
165
void mb86950_reset(struct mb86950_softc *);
sys/dev/ic/mb86950.c
168
void mb86950_stop(struct mb86950_softc *);
sys/dev/ic/mb86950.c
169
void mb86950_tint(struct mb86950_softc *, u_int8_t);
sys/dev/ic/mb86950.c
170
void mb86950_rint(struct mb86950_softc *, u_int8_t);
sys/dev/ic/mb86950.c
171
int mb86950_get_fifo(struct mb86950_softc *, u_int);
sys/dev/ic/mb86950.c
172
ushort mb86950_put_fifo(struct mb86950_softc *, struct mbuf *);
sys/dev/ic/mb86950.c
173
void mb86950_drain_fifo(struct mb86950_softc *);
sys/dev/ic/mb86950.c
180
void mb86950_dump(int, struct mb86950_softc *);
sys/dev/ic/mb86950.c
186
mb86950_attach(struct mb86950_softc *sc, u_int8_t *myea)
sys/dev/ic/mb86950.c
212
mb86950_stop(struct mb86950_softc *sc)
sys/dev/ic/mb86950.c
240
mb86950_drain_fifo(struct mb86950_softc *sc)
sys/dev/ic/mb86950.c
259
mb86950_config(struct mb86950_softc *sc, int *media, int nmedia, int defmedia)
sys/dev/ic/mb86950.c
339
struct mb86950_softc *sc = ifp->if_softc;
sys/dev/ic/mb86950.c
353
struct mb86950_softc *sc = ifp->if_softc;
sys/dev/ic/mb86950.c
370
mb86950_reset(struct mb86950_softc *sc)
sys/dev/ic/mb86950.c
388
struct mb86950_softc *sc = ifp->if_softc;
sys/dev/ic/mb86950.c
430
struct mb86950_softc *sc = ifp->if_softc;
sys/dev/ic/mb86950.c
520
mb86950_init(struct mb86950_softc *sc)
sys/dev/ic/mb86950.c
552
struct mb86950_softc *sc = ifp->if_softc;
sys/dev/ic/mb86950.c
596
mb86950_put_fifo(struct mb86950_softc *sc, struct mbuf *m)
sys/dev/ic/mb86950.c
668
struct mb86950_softc *sc = arg;
sys/dev/ic/mb86950.c
729
mb86950_tint(struct mb86950_softc *sc, u_int8_t tstat)
sys/dev/ic/mb86950.c
773
mb86950_rint(struct mb86950_softc *sc, u_int8_t rstat)
sys/dev/ic/mb86950.c
844
mb86950_get_fifo(struct mb86950_softc *sc, u_int len)
sys/dev/ic/mb86950.c
908
mb86950_enable(struct mb86950_softc *sc)
sys/dev/ic/mb86950.c
926
mb86950_disable(struct mb86950_softc *sc)
sys/dev/ic/mb86950.c
943
struct mb86950_softc *sc = device_private(self);
sys/dev/ic/mb86950.c
960
mb86950_detach(struct mb86950_softc *sc)
sys/dev/ic/mb86950.c
982
mb86950_dump(int level, struct mb86950_softc *sc)
sys/dev/ic/mb86950var.h
71
int (*sc_enable)(struct mb86950_softc *);
sys/dev/ic/mb86950var.h
72
void (*sc_disable)(struct mb86950_softc *);
sys/dev/ic/mb86950var.h
74
int (*sc_mediachange)(struct mb86950_softc *);
sys/dev/ic/mb86950var.h
75
void (*sc_mediastatus)(struct mb86950_softc *,
sys/dev/ic/mb86950var.h
85
void mb86950_attach(struct mb86950_softc *, u_int8_t *);
sys/dev/ic/mb86950var.h
86
void mb86950_config(struct mb86950_softc *, int *, int, int);
sys/dev/ic/mb86950var.h
88
int mb86950_enable(struct mb86950_softc *);
sys/dev/ic/mb86950var.h
89
void mb86950_disable(struct mb86950_softc *);
sys/dev/ic/mb86950var.h
91
int mb86950_detach(struct mb86950_softc *);
sys/dev/mca/if_tra_mca.c
125
struct mb86950_softc *sc = &isc->sc_mb86950;
sys/dev/mca/if_tra_mca.c
66
struct mb86950_softc sc_mb86950; /* real "mb86950" softc */