Searched refs:lance_copyfrombuf_contig (Results 1 – 4 of 4) sorted by relevance
386 sc->sc_copyfromdesc = lance_copyfrombuf_contig; in le_isa_attach()388 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_isa_attach()
403 sc->sc_copyfromdesc = lance_copyfrombuf_contig; in le_pci_attach()405 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_pci_attach()
153 void lance_copyfrombuf_contig(struct lance_softc *, void *, int, int);
647 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len) in lance_copyfrombuf_contig() function