Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dlancevar.h55 void (*sc_copytobuf)(struct lance_softc *, void *, int, int); member
H A Dif_le_pci.c429 sc->sc_copytobuf = lance_copytobuf_contig; in le_pci_attach()
H A Dlance.c355 (*sc->sc_copytobuf)(sc, mtod(m, caddr_t), boff, len); in lance_put()