Searched refs:lance_copyfrombuf_contig (Results 1 – 3 of 3) sorted by relevance
157 void lance_copyfrombuf_contig(struct lance_softc *, void *, int, int);
428 sc->sc_copyfromdesc = lance_copyfrombuf_contig; in le_pci_attach()430 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_pci_attach()
650 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len) in lance_copyfrombuf_contig() function