Home
last modified time | relevance | path

Searched refs:sc_copyfrombuf (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/sys/dev/le/
Dlancevar.h57 void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int); member
Dam79900.c628 (*sc->sc_copyfrombuf)(sc, &eh, LE_RBUFADDR(sc, no), sizeof(eh)); in am79900_recv_print()
650 (*sc->sc_copyfrombuf)(sc, &eh, LE_TBUFADDR(sc, no), sizeof(eh)); in am79900_xmit_print()
Dam7990.c590 (*sc->sc_copyfrombuf)(sc, &eh, LE_RBUFADDR(sc, no), sizeof(eh)); in am7990_recv_print()
613 (*sc->sc_copyfrombuf)(sc, &eh, LE_TBUFADDR(sc, no), sizeof(eh)); in am7990_xmit_print()
Dif_le_lebuffer.c301 sc->sc_copyfrombuf = le_lebuffer_copyfrombuf; in le_lebuffer_attach()
Dif_le_ledma.c398 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_dma_attach()
Dif_le_isa.c397 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_isa_attach()
Dif_le_cbus.c347 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_cbus_attach()
Dif_le_pci.c408 sc->sc_copyfrombuf = lance_copyfrombuf_contig; in le_pci_attach()
Dlance.c414 (*sc->sc_copyfrombuf)(sc, mtod(m, caddr_t), boff, len); in lance_get()
/freebsd-10-stable/sys/dev/snc/
Ddp83932var.h179 void (*sc_copyfrombuf) member
Dif_snc.c208 sc->sc_copyfrombuf = snc_nec16_copyfrombuf; in snc_attach()
Ddp83932.c915 (*sc->sc_copyfrombuf)(sc, &eh, mtd->mtd_vbuf, sizeof(eh)); in sonictxint()
1149 (*sc->sc_copyfrombuf)(sc, mtod(m, caddr_t), pkt, len); in sonic_get()