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

  /src/sys/dev/isa/
if_el.c 68 struct el_softc { struct
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)
    [all...]

Completed in 12 milliseconds