Searched refs:sc_copytobuf (Results 1 – 3 of 3) sorted by relevance
55 void (*sc_copytobuf)(struct lance_softc *, void *, int, int); member
429 sc->sc_copytobuf = lance_copytobuf_contig; in le_pci_attach()
355 (*sc->sc_copytobuf)(sc, mtod(m, caddr_t), boff, len); in lance_put()