Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Di82596var.h171 struct ie_softc { struct
200 void (*hwreset)(struct ie_softc *, int); argument
201 void (*hwinit)(struct ie_softc *); argument
202 void (*chan_attn)(struct ie_softc *); argument
203 void (*port)(struct ie_softc *, u_int); argument
204 int (*intrhook)(struct ie_softc *, int where); argument
206 void (*memcopyin)(struct ie_softc *, void *, int, size_t); argument
207 void (*memcopyout)(struct ie_softc *, const void *, argument
209 u_int16_t (*ie_bus_read16)(struct ie_softc *, int offset); argument
210 void (*ie_bus_write16)(struct ie_softc *, int offset, argument
[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-src/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 *sc, void *p, int offset, size_t);
[all …]
/openbsd-src/sys/dev/isa/
H A Dif_ie.c206 struct ie_softc { struct
216 void (*reset_586)(struct ie_softc *); argument
217 void (*chan_attn)(struct ie_softc *); argument
250 void iestop(struct ie_softc *); argument
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 …]