Lines Matching refs:lance_softc
97 static void lance_stop(struct lance_softc *);
105 lance_config(struct lance_softc *sc, const char* name, int unit) in lance_config()
191 lance_attach(struct lance_softc *sc) in lance_attach()
205 lance_detach(struct lance_softc *sc) in lance_detach()
218 lance_suspend(struct lance_softc *sc) in lance_suspend()
227 lance_resume(struct lance_softc *sc) in lance_resume()
239 struct lance_softc *sc = ifp->if_softc; in lance_start()
247 lance_stop(struct lance_softc *sc) in lance_stop()
266 struct lance_softc *sc = (struct lance_softc *)xsc; in lance_init()
278 lance_init_locked(struct lance_softc *sc) in lance_init_locked()
343 lance_put(struct lance_softc *sc, int boff, struct mbuf *m) in lance_put()
377 lance_get(struct lance_softc *sc, int boff, int totlen) in lance_get()
437 struct lance_softc *sc = (struct lance_softc *)xsc; in lance_watchdog()
455 struct lance_softc *sc = ifp->if_softc; in lance_mediachange()
478 struct lance_softc *sc = ifp->if_softc; in lance_mediastatus()
501 struct lance_softc *sc = ifp->if_softc; in lance_ioctl()
581 lance_setladrf(struct lance_softc *sc, uint16_t *af) in lance_setladrf()
635 lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len) in lance_copytobuf_contig()
646 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len) in lance_copyfrombuf_contig()
657 lance_zerobuf_contig(struct lance_softc *sc, int boff, int len) in lance_zerobuf_contig()
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)
779 lance_copyfrombuf_gap16(struct lance_softc *sc, void *tov, int boff, int len)
799 lance_zerobuf_gap16(struct lance_softc *sc, int boff, int len)