Lines Matching defs:ie_softc
133 * board memory bus handle. The `ie_softc' fields below that are marked
168 struct ie_softc {
186 void (*hwreset)(struct ie_softc *, int);
187 void (*hwinit)(struct ie_softc *);
188 void (*chan_attn)(struct ie_softc *, int);
189 int (*intrhook)(struct ie_softc *, int);
191 void (*memcopyin)(struct ie_softc *, void *, int, size_t);
192 void (*memcopyout)(struct ie_softc *, const void *, int, size_t);
193 u_int16_t (*ie_bus_read16)(struct ie_softc *, int);
194 void (*ie_bus_write16)(struct ie_softc *, int, u_int16_t);
195 void (*ie_bus_write24)(struct ie_softc *, int, int);
196 void (*ie_bus_barrier)(struct ie_softc *, int, int, int);
199 int (*sc_mediachange)(struct ie_softc *);
201 void (*sc_mediastatus)(struct ie_softc *, struct ifmediareq *);
259 int i82586_proberam(struct ie_softc *);
260 void i82586_attach(struct ie_softc *, const char *, u_int8_t *, int*, int,