Searched refs:eg_softc (Results 1 – 1 of 1) sorted by relevance
97 struct eg_softc { struct118 CFATTACH_DECL_NEW(eg, sizeof(struct eg_softc), argument122 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 …]