Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dif_eg.c97 struct eg_softc { struct
118 CFATTACH_DECL_NEW(eg, sizeof(struct eg_softc), argument
122 static void eginit(struct eg_softc *);
124 static void egrecv(struct eg_softc *);
127 static void egreset(struct eg_softc *);
128 static void egread(struct eg_softc *, void *, int);
129 static struct mbuf *egget(struct eg_softc *, void *, int);
130 static void egstop(struct eg_softc *);
364 struct eg_softc *sc = device_private(self); in egattach()
472 eginit(struct eg_softc *sc) in eginit()
[all …]