HomeSort by: relevance | last modified time | path
    Searched defs:eg_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/isa/
if_eg.c 97 struct eg_softc { struct
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
    [all...]

Completed in 11 milliseconds