Searched refs:lance_copytobuf_gap2 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/vax/if/ |
H A D | if_le.c | 117 static void lance_copytobuf_gap2(struct lance_softc *, void *, int, int); 208 sc->sc_am7990.lsc.sc_copytodesc = lance_copytobuf_gap2; in le_mainbus_attach() 210 sc->sc_am7990.lsc.sc_copytobuf = lance_copytobuf_gap2; in le_mainbus_attach() 235 lance_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len) in lance_copytobuf_gap2() function
|
/netbsd-src/sys/dev/ic/ |
H A D | lancevar.h | 138 void lance_copytobuf_gap2(struct lance_softc *, void *, int, int);
|
H A D | lance.c | 681 lance_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len)
|