ex_softc
struct ex_softc *sc = &csc->sc_softc;
ex_cardbus_intr_ack(struct ex_softc *sc)
struct ex_softc *sc = &csc->sc_softc;
ex_cardbus_enable(struct ex_softc *sc)
ex_cardbus_disable(struct ex_softc *sc)
void ex_cardbus_intr_ack(struct ex_softc *);
int ex_cardbus_enable(struct ex_softc *);
void ex_cardbus_disable(struct ex_softc *);
struct ex_softc sc_softc;
struct ex_softc *sc = ifp->if_softc;
void ex_probemedia(struct ex_softc *);
struct ex_softc *sc = arg;
struct ex_softc *sc = ifp->if_softc;
struct ex_softc *sc = ifp->if_softc;
ex_getstats(struct ex_softc *sc)
struct ex_softc *sc = arg;
ex_reset(struct ex_softc *sc)
struct ex_softc *sc = ifp->if_softc;
struct ex_softc *sc = ifp->if_softc;
ex_init_txdescs(struct ex_softc *sc)
struct ex_softc *sc = device_private(self);
ex_config(struct ex_softc *sc)
ex_detach(struct ex_softc *sc)
struct ex_softc *sc = device_private(self);
ex_read_eeprom(struct ex_softc *sc, int offset)
ex_eeprom_busy(struct ex_softc *sc)
ex_add_rxbuf(struct ex_softc *sc, struct ex_rxdesc *rxd)
struct ex_softc *sc = device_private(self);
struct ex_softc *sc = device_private(self);
struct ex_softc *sc = device_private(v);
struct ex_softc *sc = device_private(v);
struct ex_softc *sc = ifp->if_softc;
ex_enable(struct ex_softc *sc)
ex_disable(struct ex_softc *sc)
ex_probemedia(struct ex_softc *sc)
ex_setup_tx(struct ex_softc *sc)
struct ex_softc *sc = ifp->if_softc;
ex_set_mc(struct ex_softc *sc)
ex_txstat(struct ex_softc *sc)
void ex_probe_media(struct ex_softc *);
void ex_set_filter(struct ex_softc *);
void ex_set_media(struct ex_softc *);
void ex_set_xcvr(struct ex_softc *, uint16_t);
struct mbuf *ex_get(struct ex_softc *, int);
uint16_t ex_read_eeprom(struct ex_softc *, int);
void ex_read(struct ex_softc *);
void ex_reset(struct ex_softc *);
void ex_set_mc(struct ex_softc *);
ex_set_xcvr(struct ex_softc *sc, const uint16_t media)
void ex_getstats(struct ex_softc *);
ex_set_media(struct ex_softc *sc)
static int ex_eeprom_busy(struct ex_softc *);
static int ex_add_rxbuf(struct ex_softc *, struct ex_rxdesc *);
static void ex_init_txdescs(struct ex_softc *);
static void ex_setup_tx(struct ex_softc *);
static void ex_txstat(struct ex_softc *);
struct ex_softc *sc = ifp->if_softc;
int (*enable)(struct ex_softc *);
void (*disable)(struct ex_softc *);
void (*intr_ack)(struct ex_softc *);
void ex_config(struct ex_softc *);
int ex_detach(struct ex_softc *);
int ex_enable(struct ex_softc *);
void ex_disable(struct ex_softc *);
struct ex_softc *sc = &psc->sc_ex;
ex_pci_intr_ack(struct ex_softc *sc)
struct ex_softc *sc = (void *) psc;
ex_pci_enable(struct ex_softc *sc)
struct ex_softc sc_ex;
static void ex_pci_intr_ack(struct ex_softc *);
static int ex_pci_enable(struct ex_softc *);