ex_softc
void ex_init(struct ex_softc *);
void ex_stop(struct ex_softc *);
void ex_setmulti(struct ex_softc *);
void ex_reset(struct ex_softc *);
uint64_t ex_get_media(struct ex_softc *);
u_short ex_eeprom_read(struct ex_softc *, int);
int ex_look_for_card(struct isa_attach_args *, struct ex_softc *sc);
void ex_tx_intr(struct ex_softc *);
void ex_rx_intr(struct ex_softc *);
sizeof(struct ex_softc), ex_probe, ex_attach
ex_look_for_card(struct isa_attach_args *ia, struct ex_softc *sc)
struct ex_softc *sc = match;
struct ex_softc *sc = (void *)self;
ex_init(struct ex_softc *sc)
struct ex_softc *sc = ifp->if_softc;
ex_stop(struct ex_softc *sc)
struct ex_softc *sc = arg;
ex_tx_intr(struct ex_softc *sc)
ex_rx_intr(struct ex_softc *sc)
struct ex_softc *sc = ifp->if_softc;
ex_setmulti(struct ex_softc *sc)
ex_reset(struct ex_softc *sc)
struct ex_softc *sc = ifp->if_softc;
ex_get_media(struct ex_softc *sc)
struct ex_softc *sc = ifp->if_softc;
struct ex_softc *sc = ifp->if_softc;
ex_eeprom_read(struct ex_softc *sc, int location)