Searched refs:ie_softc (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Di82596var.h138 * board memory bus handle. The `ie_softc' fields below that are marked
171 struct ie_softc { struct
200 void (*hwreset)(struct ie_softc *, int);
201 void (*hwinit)(struct ie_softc *);
202 void (*chan_attn)(struct ie_softc *);
203 void (*port)(struct ie_softc *, u_int);
204 int (*intrhook)(struct ie_softc *, int where);
206 void (*memcopyin)(struct ie_softc *, void *, int, size_t);
207 void (*memcopyout)(struct ie_softc *, const void *,
209 u_int16_t (*ie_bus_read16)(struct ie_softc *, in
[all...]
H A Di82596.c165 void i82596_reset(struct ie_softc *, int);
167 int i82596_init(struct ie_softc *);
171 int i82596_rint(struct ie_softc *, int);
172 int i82596_tint(struct ie_softc *, int);
177 int i82596_readframe(struct ie_softc *, int);
178 int i82596_get_rbd_list(struct ie_softc *,
180 void i82596_release_rbd_list(struct ie_softc *, u_int16_t, u_int16_t);
181 int i82596_drop_frames(struct ie_softc *);
182 int i82596_chk_rx_ring(struct ie_softc *);
184 void i82596_start_transceiver(struct ie_softc *);
[all...]
/openbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c74 sizeof(struct ie_softc), ie_gsc_probe, ie_gsc_attach
84 void ie_gsc_reset(struct ie_softc *sc, int what);
85 void ie_gsc_attend(struct ie_softc *sc);
86 void ie_gsc_run(struct ie_softc *sc);
87 void ie_gsc_port(struct ie_softc *sc, u_int);
89 int ie_gsc_intrhook(struct ie_softc *sc, int what);
91 u_int16_t ie_gsc_read16(struct ie_softc *sc, int offset);
92 void ie_gsc_write16(struct ie_softc *sc, int offset, u_int16_t v);
93 void ie_gsc_write24(struct ie_softc *sc, int offset, int addr);
94 void ie_gsc_memcopyin(struct ie_softc *s
[all...]
/openbsd-current/sys/dev/isa/
H A Dif_ie.c206 struct ie_softc { struct
216 void (*reset_586)(struct ie_softc *);
217 void (*chan_attn)(struct ie_softc *);
250 void iestop(struct ie_softc *);
251 int ieinit(struct ie_softc *);
254 static void el_reset_586(struct ie_softc *);
255 static void sl_reset_586(struct ie_softc *);
256 static void el_chan_attn(struct ie_softc *);
257 static void sl_chan_attn(struct ie_softc *);
258 static void slel_get_address(struct ie_softc *);
[all...]

Completed in 206 milliseconds