Home | History | Annotate | Download | only in ic

Lines Matching refs:lance_softc

35 struct lance_softc {
48 (struct lance_softc *, void *, int, int);
50 (struct lance_softc *, void *, int, int);
52 (struct lance_softc *, void *, int, int);
54 (struct lance_softc *, void *, int, int);
56 (struct lance_softc *, int, int);
68 (struct lance_softc *, uint16_t);
70 (struct lance_softc *, uint16_t, uint16_t);
71 void (*sc_hwreset)(struct lance_softc *);
72 void (*sc_hwinit)(struct lance_softc *);
73 void (*sc_nocarrier)(struct lance_softc *);
74 int (*sc_mediachange)(struct lance_softc *);
75 void (*sc_mediastatus)(struct lance_softc *, struct ifmediareq *);
116 void (*sc_meminit)(struct lance_softc *);
120 void lance_config(struct lance_softc *);
121 void lance_reset(struct lance_softc *);
123 int lance_put(struct lance_softc *, int, struct mbuf *);
124 void lance_read(struct lance_softc *, int, int);
133 void lance_copytobuf_contig(struct lance_softc *, void *, int, int);
134 void lance_copyfrombuf_contig(struct lance_softc *, void *, int, int);
135 void lance_zerobuf_contig(struct lance_softc *, int, int);
138 void lance_copytobuf_gap2(struct lance_softc *, void *, int, int);
139 void lance_copyfrombuf_gap2(struct lance_softc *, void *, int, int);
140 void lance_zerobuf_gap2(struct lance_softc *, int, int);
142 void lance_copytobuf_gap16(struct lance_softc *, void *, int, int);
143 void lance_copyfrombuf_gap16(struct lance_softc *, void *, int, int);
144 void lance_zerobuf_gap16(struct lance_softc *, int, int);