Symbol: ex_softc
sys/dev/cardbus/if_ex_cardbus.c
215
struct ex_softc *sc = &csc->sc_softc;
sys/dev/cardbus/if_ex_cardbus.c
291
ex_cardbus_intr_ack(struct ex_softc *sc)
sys/dev/cardbus/if_ex_cardbus.c
303
struct ex_softc *sc = &csc->sc_softc;
sys/dev/cardbus/if_ex_cardbus.c
333
ex_cardbus_enable(struct ex_softc *sc)
sys/dev/cardbus/if_ex_cardbus.c
350
ex_cardbus_disable(struct ex_softc *sc)
sys/dev/cardbus/if_ex_cardbus.c
83
void ex_cardbus_intr_ack(struct ex_softc *);
sys/dev/cardbus/if_ex_cardbus.c
85
int ex_cardbus_enable(struct ex_softc *);
sys/dev/cardbus/if_ex_cardbus.c
86
void ex_cardbus_disable(struct ex_softc *);
sys/dev/cardbus/if_ex_cardbus.c
89
struct ex_softc sc_softc;
sys/dev/ic/elinkxl.c
1017
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxl.c
104
void ex_probemedia(struct ex_softc *);
sys/dev/ic/elinkxl.c
1230
struct ex_softc *sc = arg;
sys/dev/ic/elinkxl.c
1439
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxl.c
1452
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxl.c
1482
ex_getstats(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
1535
struct ex_softc *sc = arg;
sys/dev/ic/elinkxl.c
1556
ex_reset(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
1575
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxl.c
1587
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxl.c
1639
ex_init_txdescs(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
1659
struct ex_softc *sc = device_private(self);
sys/dev/ic/elinkxl.c
166
ex_config(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
1671
ex_detach(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
1735
struct ex_softc *sc = device_private(self);
sys/dev/ic/elinkxl.c
1751
ex_read_eeprom(struct ex_softc *sc, int offset)
sys/dev/ic/elinkxl.c
1774
ex_eeprom_busy(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
1794
ex_add_rxbuf(struct ex_softc *sc, struct ex_rxdesc *rxd)
sys/dev/ic/elinkxl.c
1877
struct ex_softc *sc = device_private(self);
sys/dev/ic/elinkxl.c
1886
struct ex_softc *sc = device_private(self);
sys/dev/ic/elinkxl.c
1895
struct ex_softc *sc = device_private(v);
sys/dev/ic/elinkxl.c
1913
struct ex_softc *sc = device_private(v);
sys/dev/ic/elinkxl.c
1928
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxl.c
1944
ex_enable(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
1957
ex_disable(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
522
ex_probemedia(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
590
ex_setup_tx(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
616
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxl.c
712
ex_set_mc(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
777
ex_txstat(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
78
void ex_probe_media(struct ex_softc *);
sys/dev/ic/elinkxl.c
79
void ex_set_filter(struct ex_softc *);
sys/dev/ic/elinkxl.c
80
void ex_set_media(struct ex_softc *);
sys/dev/ic/elinkxl.c
81
void ex_set_xcvr(struct ex_softc *, uint16_t);
sys/dev/ic/elinkxl.c
82
struct mbuf *ex_get(struct ex_softc *, int);
sys/dev/ic/elinkxl.c
83
uint16_t ex_read_eeprom(struct ex_softc *, int);
sys/dev/ic/elinkxl.c
85
void ex_read(struct ex_softc *);
sys/dev/ic/elinkxl.c
86
void ex_reset(struct ex_softc *);
sys/dev/ic/elinkxl.c
87
void ex_set_mc(struct ex_softc *);
sys/dev/ic/elinkxl.c
876
ex_set_xcvr(struct ex_softc *sc, const uint16_t media)
sys/dev/ic/elinkxl.c
88
void ex_getstats(struct ex_softc *);
sys/dev/ic/elinkxl.c
898
ex_set_media(struct ex_softc *sc)
sys/dev/ic/elinkxl.c
91
static int ex_eeprom_busy(struct ex_softc *);
sys/dev/ic/elinkxl.c
92
static int ex_add_rxbuf(struct ex_softc *, struct ex_rxdesc *);
sys/dev/ic/elinkxl.c
93
static void ex_init_txdescs(struct ex_softc *);
sys/dev/ic/elinkxl.c
95
static void ex_setup_tx(struct ex_softc *);
sys/dev/ic/elinkxl.c
98
static void ex_txstat(struct ex_softc *);
sys/dev/ic/elinkxl.c
987
struct ex_softc *sc = ifp->if_softc;
sys/dev/ic/elinkxlvar.h
111
int (*enable)(struct ex_softc *);
sys/dev/ic/elinkxlvar.h
112
void (*disable)(struct ex_softc *);
sys/dev/ic/elinkxlvar.h
116
void (*intr_ack)(struct ex_softc *);
sys/dev/ic/elinkxlvar.h
134
void ex_config(struct ex_softc *);
sys/dev/ic/elinkxlvar.h
141
int ex_detach(struct ex_softc *);
sys/dev/ic/elinkxlvar.h
143
int ex_enable(struct ex_softc *);
sys/dev/ic/elinkxlvar.h
144
void ex_disable(struct ex_softc *);
sys/dev/pci/if_ex_pci.c
206
struct ex_softc *sc = &psc->sc_ex;
sys/dev/pci/if_ex_pci.c
313
ex_pci_intr_ack(struct ex_softc *sc)
sys/dev/pci/if_ex_pci.c
363
struct ex_softc *sc = (void *) psc;
sys/dev/pci/if_ex_pci.c
384
ex_pci_enable(struct ex_softc *sc)
sys/dev/pci/if_ex_pci.c
68
struct ex_softc sc_ex;
sys/dev/pci/if_ex_pci.c
93
static void ex_pci_intr_ack(struct ex_softc *);
sys/dev/pci/if_ex_pci.c
95
static int ex_pci_enable(struct ex_softc *);