Searched refs:lance_copyfrombuf_gap2 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/vax/if/ |
H A D | if_le.c | 118 static void lance_copyfrombuf_gap2(struct lance_softc *, void *, int, int); 209 sc->sc_am7990.lsc.sc_copyfromdesc = lance_copyfrombuf_gap2; in le_mainbus_attach() 211 sc->sc_am7990.lsc.sc_copyfrombuf = lance_copyfrombuf_gap2; in le_mainbus_attach() 260 lance_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len) in lance_copyfrombuf_gap2() function
|
/netbsd-src/sys/dev/ic/ |
H A D | lancevar.h | 139 void lance_copyfrombuf_gap2(struct lance_softc *, void *, int, int);
|
H A D | lance.c | 706 lance_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len)
|