Home | History | Annotate | Download | only in isa

Lines Matching refs:ie_softc

68 	struct ie_softc sc_ie;
91 static void ef_reset(struct ie_softc *, int);
92 static void ef_hwinit(struct ie_softc *);
93 static void ef_atten(struct ie_softc *, int);
94 static int ef_intrhook(struct ie_softc *, int);
96 static void ef_copyin(struct ie_softc *, void *, int, size_t);
97 static void ef_copyout(struct ie_softc *, const void *, int, size_t);
99 static uint16_t ef_read_16(struct ie_softc *, int);
100 static void ef_write_16(struct ie_softc *, int, uint16_t);
101 static void ef_write_24(struct ie_softc *, int, int);
103 static void ef_mediastatus(struct ie_softc *, struct ifmediareq *);
165 ef_reset(struct ie_softc *sc, int why)
190 ef_atten(struct ie_softc *sc, int why)
198 ef_hwinit(struct ie_softc *sc)
206 ef_intrhook(struct ie_softc *sc, int where)
237 ef_read_16(struct ie_softc *sc, int offset)
244 ef_copyin(struct ie_softc *sc, void *dst, int offset, size_t size)
266 ef_copyout(struct ie_softc *sc, const void *src, int offset, size_t size)
287 ef_write_16(struct ie_softc *sc, int offset, uint16_t value)
294 ef_write_24(struct ie_softc *sc, int offset, int addr)
302 ef_mediastatus(struct ie_softc *sc, struct ifmediareq *ifmr)
451 struct ie_softc *sc = &esc->sc_ie;