Lines Matching defs:eg_softc
97 struct eg_softc {
118 CFATTACH_DECL_NEW(eg, sizeof(struct eg_softc),
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);
472 eginit(struct eg_softc *sc)
531 egrecv(struct eg_softc *sc)
554 struct eg_softc *sc = ifp->if_softc;
621 struct eg_softc *sc = arg;
707 egread(struct eg_softc *sc, void *buf, int len)
734 egget(struct eg_softc *sc, void *buf, int totlen)
780 struct eg_softc *sc = ifp->if_softc;
848 egreset(struct eg_softc *sc)
862 struct eg_softc *sc = ifp->if_softc;
871 egstop(struct eg_softc *sc)