Home
last modified time | relevance | path

Searched refs:lance_copyfrombuf_contig (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dlancevar.h157 void lance_copyfrombuf_contig(struct lance_softc *, void *, int, int);
H A Dif_le_pci.c428 sc->sc_copyfromdesc = lance_copyfrombuf_contig; in le_pci_attach()
430 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_pci_attach()
H A Dlance.c650 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len) in lance_copyfrombuf_contig() function