Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ed/
Dif_ed.c90 static __inline void ed_ring_copy(struct ed_softc *, bus_size_t, char *,
1283 ed_ring_copy(struct ed_softc *sc, bus_size_t src, char *dst, u_short amount) in ed_ring_copy() function
1344 ed_ring_copy(sc, buf, (char *)eh, len); in ed_get_packet()