Home | History | Annotate | Download | only in isa

Lines Matching defs:iy_softc

94 struct iy_softc {
130 void iyinit(struct iy_softc *);
131 void iystop(struct iy_softc *);
134 void iy_intr_rx(struct iy_softc *);
135 void iy_intr_tx(struct iy_softc *);
137 void iyreset(struct iy_softc *);
138 void iy_readframe(struct iy_softc *, int);
139 void iy_drop_packet_buffer(struct iy_softc *);
140 void iy_find_mem_size(struct iy_softc *);
141 void iyrint(struct iy_softc *);
142 void iytint(struct iy_softc *);
143 void iyxmit(struct iy_softc *);
144 static void iy_mc_setup(struct iy_softc *);
145 static void iy_mc_reset(struct iy_softc *);
146 void iyget(struct iy_softc *, bus_space_tag_t, bus_space_handle_t, int);
147 void iyprobemem(struct iy_softc *);
169 CFATTACH_DECL_NEW(iy, sizeof(struct iy_softc),
277 struct iy_softc *sc = device_private(self);
371 iystop(struct iy_softc *sc)
426 iyreset(struct iy_softc *sc)
436 iyinit(struct iy_softc *sc)
627 struct iy_softc *sc;
927 struct iy_softc *sc = ifp->if_softc;
940 struct iy_softc *sc;
991 iyget(struct iy_softc *sc, bus_space_tag_t iot, bus_space_handle_t ioh,
1062 iy_intr_rx(struct iy_softc *sc)
1114 iy_intr_tx(struct iy_softc *sc)
1171 struct iy_softc *sc;
1266 struct iy_softc *sc = ifp->if_softc;
1286 struct iy_softc *sc = ifp->if_softc;
1294 iy_mc_setup(struct iy_softc *sc)
1384 iy_mc_reset(struct iy_softc *sc)
1462 iyprobemem(struct iy_softc *sc)