Lines Matching defs:el_softc
68 struct el_softc {
84 static void elinit(struct el_softc *);
88 static void elreset(struct el_softc *);
89 static void elstop(struct el_softc *);
90 static int el_xmit(struct el_softc *);
91 static void elread(struct el_softc *, int);
92 static struct mbuf *elget(struct el_softc *sc, int);
93 static inline void el_hardreset(struct el_softc *);
98 CFATTACH_DECL_NEW(el, sizeof(struct el_softc),
197 struct el_softc *sc = device_private(self);
265 elreset(struct el_softc *sc)
280 elstop(struct el_softc *sc)
291 el_hardreset(struct el_softc *sc)
310 elinit(struct el_softc *sc)
355 struct el_softc *sc = ifp->if_softc;
468 el_xmit(struct el_softc *sc)
499 struct el_softc *sc = arg;
564 elread(struct el_softc *sc, int len)
593 elget(struct el_softc *sc, int totlen)
649 struct el_softc *sc = ifp->if_softc;
717 struct el_softc *sc = ifp->if_softc;