Searched refs:ie_softc (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | i82596var.h | 178 struct ie_softc { struct 207 void (*hwreset)(struct ie_softc *, int); argument 208 void (*hwinit)(struct ie_softc *); argument 209 void (*chan_attn)(struct ie_softc *); argument 210 void (*port)(struct ie_softc *, u_int); argument 211 int (*intrhook)(struct ie_softc *, int where); argument 213 void (*memcopyin)(struct ie_softc *, void *, int, size_t); argument 214 void (*memcopyout)(struct ie_softc *, const void *, argument 216 u_int16_t (*ie_bus_read16)(struct ie_softc *, int offset); argument 217 void (*ie_bus_write16)(struct ie_softc *, int offset, argument [all …]
|
| D | i82596.c | 181 void i82596_reset(struct ie_softc *, int); 183 int i82596_init(struct ie_softc *); 187 int i82596_rint(struct ie_softc *, int); 188 int i82596_tint(struct ie_softc *, int); 193 int i82596_readframe(struct ie_softc *, int); 194 int i82596_get_rbd_list(struct ie_softc *, 196 void i82596_release_rbd_list(struct ie_softc *, u_int16_t, u_int16_t); 197 int i82596_drop_frames(struct ie_softc *); 198 int i82596_chk_rx_ring(struct ie_softc *); 200 void i82596_start_transceiver(struct ie_softc *); [all …]
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_ie.c | 216 struct ie_softc { struct 226 void (*reset_586)(struct ie_softc *); argument 227 void (*chan_attn)(struct ie_softc *); argument 260 void iestop(struct ie_softc *); argument 261 int ieinit(struct ie_softc *); 264 static void el_reset_586(struct ie_softc *); 265 static void sl_reset_586(struct ie_softc *); 266 static void el_chan_attn(struct ie_softc *); 267 static void sl_chan_attn(struct ie_softc *); 268 static void slel_get_address(struct ie_softc *); [all …]
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | if_ie.c | 224 struct ie_softc { struct 235 void (*reset_586)(struct ie_softc *); argument 237 void (*chan_attn)(struct ie_softc *); argument 239 void (*run_586)(struct ie_softc *); argument 295 static void ie_obreset(struct ie_softc *); argument 296 static void ie_obattend(struct ie_softc *); 297 static void ie_obrun(struct ie_softc *); 298 static void ie_vmereset(struct ie_softc *); 299 static void ie_vmeattend(struct ie_softc *); 300 static void ie_vmerun(struct ie_softc *); [all …]
|