Symbol: ex_softc
sys/dev/isa/if_ex.c
105
void ex_init(struct ex_softc *);
sys/dev/isa/if_ex.c
107
void ex_stop(struct ex_softc *);
sys/dev/isa/if_ex.c
109
void ex_setmulti(struct ex_softc *);
sys/dev/isa/if_ex.c
110
void ex_reset(struct ex_softc *);
sys/dev/isa/if_ex.c
112
uint64_t ex_get_media(struct ex_softc *);
sys/dev/isa/if_ex.c
117
u_short ex_eeprom_read(struct ex_softc *, int);
sys/dev/isa/if_ex.c
118
int ex_look_for_card(struct isa_attach_args *, struct ex_softc *sc);
sys/dev/isa/if_ex.c
121
void ex_tx_intr(struct ex_softc *);
sys/dev/isa/if_ex.c
122
void ex_rx_intr(struct ex_softc *);
sys/dev/isa/if_ex.c
125
sizeof(struct ex_softc), ex_probe, ex_attach
sys/dev/isa/if_ex.c
149
ex_look_for_card(struct isa_attach_args *ia, struct ex_softc *sc)
sys/dev/isa/if_ex.c
171
struct ex_softc *sc = match;
sys/dev/isa/if_ex.c
241
struct ex_softc *sc = (void *)self;
sys/dev/isa/if_ex.c
287
ex_init(struct ex_softc *sc)
sys/dev/isa/if_ex.c
378
struct ex_softc *sc = ifp->if_softc;
sys/dev/isa/if_ex.c
530
ex_stop(struct ex_softc *sc)
sys/dev/isa/if_ex.c
561
struct ex_softc *sc = arg;
sys/dev/isa/if_ex.c
604
ex_tx_intr(struct ex_softc *sc)
sys/dev/isa/if_ex.c
636
ex_rx_intr(struct ex_softc *sc)
sys/dev/isa/if_ex.c
730
struct ex_softc *sc = ifp->if_softc;
sys/dev/isa/if_ex.c
773
ex_setmulti(struct ex_softc *sc)
sys/dev/isa/if_ex.c
867
ex_reset(struct ex_softc *sc)
sys/dev/isa/if_ex.c
884
struct ex_softc *sc = ifp->if_softc;
sys/dev/isa/if_ex.c
898
ex_get_media(struct ex_softc *sc)
sys/dev/isa/if_ex.c
922
struct ex_softc *sc = ifp->if_softc;
sys/dev/isa/if_ex.c
933
struct ex_softc *sc = ifp->if_softc;
sys/dev/isa/if_ex.c
940
ex_eeprom_read(struct ex_softc *sc, int location)