Home | History | Annotate | Download | only in ic

Lines Matching refs:lance_softc

102 integrate struct mbuf *lance_get(struct lance_softc *, int, int);
165 lance_config(struct lance_softc *sc)
259 lance_reset(struct lance_softc *sc)
271 struct lance_softc *sc = ifp->if_softc;
283 struct lance_softc *sc = ifp->if_softc;
335 lance_put(struct lance_softc *sc, int boff, struct mbuf *m)
365 lance_get(struct lance_softc *sc, int boff, int totlen)
421 lance_read(struct lance_softc *sc, int boff, int len)
481 struct lance_softc *sc = ifp->if_softc;
492 struct lance_softc *sc = ifp->if_softc;
502 struct lance_softc *sc = ifp->if_softc;
521 struct lance_softc *sc = ifp->if_softc;
551 struct lance_softc *sc = device_private(self);
635 lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len)
646 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len)
657 lance_zerobuf_contig(struct lance_softc *sc, int boff, int len)
681 lance_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len)
706 lance_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len)
733 lance_zerobuf_gap2(struct lance_softc *sc, int boff, int len)
759 lance_copytobuf_gap16(struct lance_softc *sc, void *fromv, int boff, int len)
780 lance_copyfrombuf_gap16(struct lance_softc *sc, void *tov, int boff, int len)
801 lance_zerobuf_gap16(struct lance_softc *sc, int boff, int len)