/src/sys/dev/ic/ |
i82586var.h | 133 * board memory bus handle. The `ie_softc' fields below that are marked 168 struct ie_softc { struct 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) [all...] |
i82586.c | 163 void i82586_reset(struct ie_softc *, int); 171 int i82586_rint(struct ie_softc *, int); 172 int i82586_tint(struct ie_softc *, int); 177 static int ie_readframe(struct ie_softc *, int); 178 static struct mbuf *ieget(struct ie_softc *, int, int); 179 static int i82586_get_rbd_list(struct ie_softc *, 181 static void i82586_release_rbd_list(struct ie_softc *, 183 static int i82586_drop_frames(struct ie_softc *); 184 static int i82586_chk_rx_ring(struct ie_softc *); 186 static inline void ie_ack(struct ie_softc *, u_int) [all...] |
/src/sys/arch/sun3/dev/ |
if_ievar.h | 56 struct ie_softc { struct 69 void (*reset_586)(struct ie_softc *); 70 void (*chan_attn)(struct ie_softc *); 71 void (*run_586) (struct ie_softc *); 127 extern void ie_attach(struct ie_softc *);
|
if_ie_obio.c | 67 static void ie_obreset(struct ie_softc *); 68 static void ie_obattend(struct ie_softc *); 69 static void ie_obrun(struct ie_softc *); 78 CFATTACH_DECL_NEW(ie_obio, sizeof(struct ie_softc), 100 struct ie_softc *sc = device_private(self); 168 ie_obattend(struct ie_softc *sc) 181 ie_obreset(struct ie_softc *sc) 194 ie_obrun(struct ie_softc *sc)
|
if_ie_sebuf.c | 70 static void ie_sebuf_reset(struct ie_softc *); 71 static void ie_sebuf_attend(struct ie_softc *); 72 static void ie_sebuf_run(struct ie_softc *); 89 CFATTACH_DECL_NEW(ie_sebuf, sizeof(struct ie_softc), 109 struct ie_softc *sc = device_private(self); 187 ie_sebuf_attend(struct ie_softc *sc) 200 ie_sebuf_reset(struct ie_softc *sc) 213 ie_sebuf_run(struct ie_softc *sc)
|
if_ie.c | 175 static int ieinit(struct ie_softc *); 178 static void iereset(struct ie_softc *); 179 static int ie_setupram(struct ie_softc *); 181 static int cmd_and_wait(struct ie_softc *, int, void *, int); 183 static void ie_drop_packet_buffer(struct ie_softc *); 184 static void ie_readframe(struct ie_softc *, int); 187 static void ierint(struct ie_softc *); 188 static void iestop(struct ie_softc *); 189 static void ietint(struct ie_softc *); 190 static void iexmit(struct ie_softc *); [all...] |
if_ie_vme.c | 67 static void ie_vmereset(struct ie_softc *); 68 static void ie_vmeattend(struct ie_softc *); 69 static void ie_vmerun(struct ie_softc *); 86 CFATTACH_DECL_NEW(ie_vme, sizeof(struct ie_softc), 117 struct ie_softc *sc = device_private(self); 198 ie_vmeattend(struct ie_softc *sc) 207 ie_vmereset(struct ie_softc *sc) 217 ie_vmerun(struct ie_softc *sc)
|
/src/sys/arch/sun2/dev/ |
if_ie_mbmem.c | 230 static void ie_mbmemreset(struct ie_softc *, int); 231 static void ie_mbmemattend(struct ie_softc *, int); 232 static void ie_mbmemrun(struct ie_softc *); 233 static int ie_mbmemintr(struct ie_softc *, int); 239 struct ie_softc ie; 256 ie_mbmemreset(struct ie_softc *sc, int what) 265 ie_mbmemattend(struct ie_softc *sc, int why) 276 ie_mbmemrun(struct ie_softc *sc) 285 ie_mbmemintr(struct ie_softc *sc, int where) 303 void ie_mbmemcopyin(struct ie_softc *, void *, int, size_t) [all...] |
if_ie_obio.c | 119 static void ie_obreset(struct ie_softc *, int); 120 static void ie_obattend(struct ie_softc *, int); 121 static void ie_obrun(struct ie_softc *); 126 CFATTACH_DECL_NEW(ie_obio, sizeof(struct ie_softc), 140 ie_obreset(struct ie_softc *sc, int what) 148 ie_obattend(struct ie_softc *sc, int why) 157 ie_obrun(struct ie_softc *sc) 164 void ie_obio_memcopyin(struct ie_softc *, void *, int, size_t); 165 void ie_obio_memcopyout(struct ie_softc *, const void *, int, size_t); 171 ie_obio_memcopyin(struct ie_softc *sc, void *p, int offset, size_t size [all...] |
/src/sys/dev/mvme/ |
if_ie_mvme.c | 65 struct ie_softc ps_ie; 78 static void ie_reset(struct ie_softc *, int); 79 static int ie_intrhook(struct ie_softc *, int); 80 static void ie_hwinit(struct ie_softc *); 81 static void ie_atten(struct ie_softc *, int); 83 static void ie_copyin(struct ie_softc *, void *, int, size_t); 84 static void ie_copyout(struct ie_softc *, const void *, int, size_t); 86 static u_int16_t ie_read_16(struct ie_softc *, int); 87 static void ie_write_16(struct ie_softc *, int, u_int16_t); 88 static void ie_write_24(struct ie_softc *, int, int) [all...] |
/src/sys/dev/mca/ |
if_elmc_mca.c | 67 struct ie_softc sc_ie; 78 static void elmc_mca_copyin(struct ie_softc *, void *, int, size_t); 79 static void elmc_mca_copyout(struct ie_softc *, const void *, int, size_t); 80 static u_int16_t elmc_mca_read_16(struct ie_softc *, int); 81 static void elmc_mca_write_16(struct ie_softc *, int, u_int16_t); 82 static void elmc_mca_write_24(struct ie_softc *, int, int); 83 static void elmc_mca_attn(struct ie_softc *, int); 84 static void elmc_mca_hwreset(struct ie_softc *, int); 85 static int elmc_mca_intrhook(struct ie_softc *, int); 105 struct ie_softc *sc = &asc->sc_ie [all...] |
/src/sys/arch/sparc/dev/ |
if_ie_obio.c | 118 static void ie_obreset(struct ie_softc *, int); 119 static void ie_obattend(struct ie_softc *, int); 120 static void ie_obrun(struct ie_softc *); 125 CFATTACH_DECL_NEW(ie_obio, sizeof(struct ie_softc), 139 ie_obreset(struct ie_softc *sc, int what) 149 ie_obattend(struct ie_softc *sc, int why) 158 ie_obrun(struct ie_softc *sc) 165 void ie_obio_memcopyin(struct ie_softc *, void *, int, size_t); 166 void ie_obio_memcopyout(struct ie_softc *, const void *, int, size_t); 172 ie_obio_memcopyin(struct ie_softc *sc, void *p, int offset, size_t size [all...] |
/src/sys/arch/hppa/gsc/ |
if_ie_gsc.c | 97 struct ie_softc ie; 125 void ie_gsc_reset(struct ie_softc *, int); 126 void ie_gsc_attend(struct ie_softc *, int); 127 void ie_gsc_run(struct ie_softc *); 128 void ie_gsc_port(struct ie_softc *, u_int); 129 uint16_t ie_gsc_read16(struct ie_softc *, int); 130 void ie_gsc_write16(struct ie_softc *, int, uint16_t); 131 void ie_gsc_write24(struct ie_softc *, int, int); 132 void ie_gsc_memcopyin(struct ie_softc *, void *, int, size_t); 133 void ie_gsc_memcopyout(struct ie_softc *, const void *, int, size_t) [all...] |
/src/sys/dev/vme/ |
if_ie_vme.c | 228 static void ie_vmereset(struct ie_softc *, int); 229 static void ie_vmeattend(struct ie_softc *, int); 230 static void ie_vmerun(struct ie_softc *); 231 static int ie_vmeintr(struct ie_softc *, int); 237 struct ie_softc ie; 254 ie_vmereset(struct ie_softc *sc, int what) 264 ie_vmeattend(struct ie_softc *sc, int why) 275 ie_vmerun(struct ie_softc *sc) 284 ie_vmeintr(struct ie_softc *sc, int where) 305 void ie_memcopyin(struct ie_softc *, void *, int, size_t) [all...] |
/src/sys/dev/isa/ |
if_ai.c | 67 struct ie_softc sc_ie; 85 static void ai_reset(struct ie_softc *, int); 86 static void ai_atten(struct ie_softc *, int); 88 static void ai_copyin(struct ie_softc *, void *, int, size_t); 89 static void ai_copyout(struct ie_softc *, const void *, int, size_t); 91 static uint16_t ai_read_16(struct ie_softc *, int); 92 static void ai_write_16(struct ie_softc *, int, uint16_t); 93 static void ai_write_24(struct ie_softc *, int, int); 96 static int check_ie_present(struct ie_softc*, bus_space_tag_t, 108 ai_reset(struct ie_softc *sc, int why [all...] |
if_ef.c | 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) [all...] |
if_ix.c | 74 struct ie_softc sc_ie; 84 static void ix_reset(struct ie_softc *, int); 85 static void ix_atten(struct ie_softc *, int); 86 static int ix_intrhook(struct ie_softc *, int); 88 static void ix_copyin(struct ie_softc *, void *, int, size_t); 89 static void ix_copyout(struct ie_softc *, const void *, int, size_t); 91 static uint16_t ix_read_16(struct ie_softc *, int); 92 static void ix_write_16(struct ie_softc *, int, uint16_t); 93 static void ix_write_24(struct ie_softc *, int, int); 94 static void ix_zeromem(struct ie_softc *, int, int) [all...] |
/src/sys/arch/acorn32/podulebus/ |
if_ie.c | 119 struct ie_softc { struct 151 static void host2ie( struct ie_softc *sc, void *src, u_long dest, int size ); 152 static void ie2host( struct ie_softc *sc, u_long src, void *dest, int size ); 153 static void iezero( struct ie_softc *sc, u_long p, int size ); 154 void iereset( struct ie_softc *sc ); 158 int iestop( struct ie_softc *sc ); 159 int ieinit( struct ie_softc *sc ); 161 void ietint( struct ie_softc *sc ); 164 static int command_and_wait( struct ie_softc *sc, u_short cmd, 171 static inline void ie_cli(struct ie_softc *); [all...] |
/src/sys/dev/podulebus/ |
if_ei.c | 60 static void ei_hwreset(struct ie_softc *, int); 61 /* static void ei_hwinit(struct ie_softc *); */ 62 static void ei_attn(struct ie_softc *, int); 63 static int ei_intrhook(struct ie_softc *, int); 65 static void ei_copyin(struct ie_softc *, void *, int, size_t); 66 static void ei_copyout(struct ie_softc *, const void *, int, size_t); 67 static u_int16_t ei_read16(struct ie_softc *, int); 68 static void ei_write16(struct ie_softc *, int, u_int16_t); 69 static void ei_write24(struct ie_softc *, int, int); 76 struct ie_softc sc_ie [all...] |
/src/sys/arch/mvme68k/stand/netboot/ |
if_ie.c | 104 } ie_softc; variable in typeref:struct:__anon6d46c1c50108 164 volatile struct iereg *ier = ie_softc.sc_reg; 165 struct iemem *iem = ie_softc.sc_mem; 292 volatile struct iereg *ier = ie_softc.sc_reg; 293 struct iemem *iem = ie_softc.sc_mem; 353 volatile struct iereg *ier = ie_softc.sc_reg; 354 struct iemem *iem = ie_softc.sc_mem; 422 memset(&ie_softc, 0, sizeof(ie_softc)); 423 ie_softc.sc_reg [all...] |