Home
last modified time | relevance | path

Searched refs:lance_copytobuf_contig (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/le/
H A Dif_le_isa.c385 sc->sc_copytodesc = lance_copytobuf_contig; in le_isa_attach()
387 sc->sc_copytobuf = lance_copytobuf_contig; in le_isa_attach()
H A Dif_le_pci.c402 sc->sc_copytodesc = lance_copytobuf_contig; in le_pci_attach()
404 sc->sc_copytobuf = lance_copytobuf_contig; in le_pci_attach()
H A Dlancevar.h152 void lance_copytobuf_contig(struct lance_softc *, void *, int, int);
H A Dlance.c638 lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len) in lance_copytobuf_contig() function