Home
last modified time | relevance | path

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

/freebsd/sys/dev/le/
H A Dlancevar.h143 struct mbuf *lance_get(struct lance_softc *, int, int);
H A Dam79900.c297 m = lance_get(sc, LE_RBUFADDR(sc, bix), in am79900_rint()
H A Dam7990.c259 m = lance_get(sc, LE_RBUFADDR(sc, bix), in am7990_rint()
H A Dlance.c372 lance_get(struct lance_softc *sc, int boff, int totlen) in lance_get() function