Lines Matching refs:lance_softc
71 static uint16_t le_rdcsr(struct lance_softc *, uint16_t);
72 static void le_wrcsr(struct lance_softc *, uint16_t, uint16_t);
73 static void le_copytodesc(struct lance_softc *, void *, int, int);
74 static void le_copyfromdesc(struct lance_softc *, void *, int, int);
75 static void le_copytobuf(struct lance_softc *, void *, int, int);
76 static void le_copyfrombuf(struct lance_softc *, void *, int, int);
77 static void le_zerobuf(struct lance_softc *, int, int);
97 struct lance_softc *sc = &msc->sc_am79900.lsc;
190 le_rdcsr(struct lance_softc *sc, uint16_t reg)
207 le_wrcsr(struct lance_softc *sc, uint16_t reg, uint16_t val)
221 le_copytodesc(struct lance_softc *sc, void *from, int boff, int len)
249 le_copyfromdesc(struct lance_softc *sc, void *to, int boff, int len)
267 le_copytobuf(struct lance_softc *sc, void *from, int boff, int len)
282 le_copyfrombuf(struct lance_softc *sc, void *to, int boff, int len)
297 le_zerobuf(struct lance_softc *sc, int boff, int len)