Home
last modified time | relevance | path

Searched refs:ex_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Delinkxlvar.h37 struct ex_softc { struct
111 int (*enable)(struct ex_softc *); argument
112 void (*disable)(struct ex_softc *); argument
116 void (*intr_ack)(struct ex_softc *); argument
134 void ex_config(struct ex_softc *); argument
141 int ex_detach(struct ex_softc *);
143 int ex_enable(struct ex_softc *);
144 void ex_disable(struct ex_softc *);
H A Delinkxl.c78 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 …]
/netbsd-src/sys/dev/cardbus/
H A Dif_ex_cardbus.c83 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()
/netbsd-src/sys/dev/pci/
H A Dif_ex_pci.c68 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()