mb86950_softc
void mb86950_init(struct mb86950_softc *);
void mb86950_reset(struct mb86950_softc *);
void mb86950_stop(struct mb86950_softc *);
void mb86950_tint(struct mb86950_softc *, u_int8_t);
void mb86950_rint(struct mb86950_softc *, u_int8_t);
int mb86950_get_fifo(struct mb86950_softc *, u_int);
ushort mb86950_put_fifo(struct mb86950_softc *, struct mbuf *);
void mb86950_drain_fifo(struct mb86950_softc *);
void mb86950_dump(int, struct mb86950_softc *);
mb86950_attach(struct mb86950_softc *sc, u_int8_t *myea)
mb86950_stop(struct mb86950_softc *sc)
mb86950_drain_fifo(struct mb86950_softc *sc)
mb86950_config(struct mb86950_softc *sc, int *media, int nmedia, int defmedia)
struct mb86950_softc *sc = ifp->if_softc;
struct mb86950_softc *sc = ifp->if_softc;
mb86950_reset(struct mb86950_softc *sc)
struct mb86950_softc *sc = ifp->if_softc;
struct mb86950_softc *sc = ifp->if_softc;
mb86950_init(struct mb86950_softc *sc)
struct mb86950_softc *sc = ifp->if_softc;
mb86950_put_fifo(struct mb86950_softc *sc, struct mbuf *m)
struct mb86950_softc *sc = arg;
mb86950_tint(struct mb86950_softc *sc, u_int8_t tstat)
mb86950_rint(struct mb86950_softc *sc, u_int8_t rstat)
mb86950_get_fifo(struct mb86950_softc *sc, u_int len)
mb86950_enable(struct mb86950_softc *sc)
mb86950_disable(struct mb86950_softc *sc)
struct mb86950_softc *sc = device_private(self);
mb86950_detach(struct mb86950_softc *sc)
mb86950_dump(int level, struct mb86950_softc *sc)
int (*sc_enable)(struct mb86950_softc *);
void (*sc_disable)(struct mb86950_softc *);
int (*sc_mediachange)(struct mb86950_softc *);
void (*sc_mediastatus)(struct mb86950_softc *,
void mb86950_attach(struct mb86950_softc *, u_int8_t *);
void mb86950_config(struct mb86950_softc *, int *, int, int);
int mb86950_enable(struct mb86950_softc *);
void mb86950_disable(struct mb86950_softc *);
int mb86950_detach(struct mb86950_softc *);
struct mb86950_softc *sc = &isc->sc_mb86950;
struct mb86950_softc sc_mb86950; /* real "mb86950" softc */