Searched refs:ex_softc (Results 1 – 4 of 4) sorted by relevance
37 struct ex_softc { struct111 int (*enable)(struct ex_softc *); argument112 void (*disable)(struct ex_softc *); argument116 void (*intr_ack)(struct ex_softc *); argument134 void ex_config(struct ex_softc *); argument141 int ex_detach(struct ex_softc *);143 int ex_enable(struct ex_softc *);144 void ex_disable(struct ex_softc *);
78 void ex_probe_media(struct ex_softc *);79 void ex_set_filter(struct ex_softc *);80 void ex_set_media(struct ex_softc *);81 void ex_set_xcvr(struct ex_softc *, uint16_t);82 struct mbuf *ex_get(struct ex_softc *, int);83 uint16_t ex_read_eeprom(struct ex_softc *, int);85 void ex_read(struct ex_softc *);86 void ex_reset(struct ex_softc *);87 void ex_set_mc(struct ex_softc *);88 void ex_getstats(struct ex_softc *);[all …]
83 void ex_cardbus_intr_ack(struct ex_softc *);85 int ex_cardbus_enable(struct ex_softc *);86 void ex_cardbus_disable(struct ex_softc *);89 struct ex_softc sc_softc;215 struct ex_softc *sc = &csc->sc_softc; in ex_cardbus_attach()291 ex_cardbus_intr_ack(struct ex_softc *sc) in ex_cardbus_intr_ack()303 struct ex_softc *sc = &csc->sc_softc; in ex_cardbus_detach()333 ex_cardbus_enable(struct ex_softc *sc) in ex_cardbus_enable()350 ex_cardbus_disable(struct ex_softc *sc) in ex_cardbus_disable()
68 struct ex_softc sc_ex;93 static void ex_pci_intr_ack(struct ex_softc *);95 static int ex_pci_enable(struct ex_softc *);206 struct ex_softc *sc = &psc->sc_ex; in ex_pci_attach()313 ex_pci_intr_ack(struct ex_softc *sc) in ex_pci_intr_ack()363 struct ex_softc *sc = (void *) psc; in ex_pci_confreg_restore()384 ex_pci_enable(struct ex_softc *sc) in ex_pci_enable()