Symbol: lance_softc
sys/arch/luna88k/dev/if_le.c
107
lerdcsr(struct lance_softc *sc, uint16_t port)
sys/arch/luna88k/dev/if_le.c
132
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/arch/luna88k/dev/if_le.c
93
void lewrcsr(struct lance_softc *, uint16_t, uint16_t);
sys/arch/luna88k/dev/if_le.c
94
uint16_t lerdcsr(struct lance_softc *, uint16_t);
sys/arch/luna88k/dev/if_le.c
98
lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val)
sys/dev/dec/if_le_dec.c
106
le_dec_rdcsr(struct lance_softc *sc, u_int16_t port)
sys/dev/dec/if_le_dec.c
68
void le_dec_wrcsr(struct lance_softc *, u_int16_t, u_int16_t);
sys/dev/dec/if_le_dec.c
69
u_int16_t le_dec_rdcsr(struct lance_softc *, u_int16_t);
sys/dev/dec/if_le_dec.c
74
struct lance_softc *lsc = &sc->lsc;
sys/dev/dec/if_le_dec.c
97
le_dec_wrcsr(struct lance_softc *sc, u_int16_t port, u_int16_t val)
sys/dev/ic/am7990.c
102
void am7990_recv_print(struct lance_softc *, int);
sys/dev/ic/am7990.c
103
void am7990_xmit_print(struct lance_softc *, int);
sys/dev/ic/am7990.c
141
am7990_meminit(struct lance_softc *sc)
sys/dev/ic/am7990.c
213
am7990_rint(struct lance_softc *sc)
sys/dev/ic/am7990.c
294
am7990_tint(struct lance_softc *sc)
sys/dev/ic/am7990.c
380
struct lance_softc *sc = arg;
sys/dev/ic/am7990.c
464
struct lance_softc *sc = ifp->if_softc;
sys/dev/ic/am7990.c
542
am7990_recv_print(struct lance_softc *sc, int no)
sys/dev/ic/am7990.c
567
am7990_xmit_print(struct lance_softc *sc, int no)
sys/dev/ic/am7990.c
95
void am7990_meminit(struct lance_softc *);
sys/dev/ic/am7990.c
98
void am7990_rint(struct lance_softc *);
sys/dev/ic/am7990.c
99
void am7990_tint(struct lance_softc *);
sys/dev/ic/am79900.c
133
void am79900_meminit(struct lance_softc *);
sys/dev/ic/am79900.c
136
void am79900_rint(struct lance_softc *);
sys/dev/ic/am79900.c
137
void am79900_tint(struct lance_softc *);
sys/dev/ic/am79900.c
140
void am79900_recv_print(struct lance_softc *, int);
sys/dev/ic/am79900.c
141
void am79900_xmit_print(struct lance_softc *, int);
sys/dev/ic/am79900.c
174
am79900_meminit(struct lance_softc *sc)
sys/dev/ic/am79900.c
245
am79900_rint(struct lance_softc *sc)
sys/dev/ic/am79900.c
324
am79900_tint(struct lance_softc *sc)
sys/dev/ic/am79900.c
407
struct lance_softc *sc = arg;
sys/dev/ic/am79900.c
487
struct lance_softc *sc = ifp->if_softc;
sys/dev/ic/am79900.c
566
am79900_recv_print(struct lance_softc *sc, int no)
sys/dev/ic/am79900.c
590
am79900_xmit_print(struct lance_softc *sc, int no)
sys/dev/ic/am79900var.h
47
struct lance_softc lsc;
sys/dev/ic/am7990var.h
47
struct lance_softc lsc;
sys/dev/ic/lance.c
101
integrate struct mbuf *lance_get(struct lance_softc *, int, int);
sys/dev/ic/lance.c
166
lance_config(struct lance_softc *sc)
sys/dev/ic/lance.c
252
lance_reset(struct lance_softc *sc)
sys/dev/ic/lance.c
264
struct lance_softc *sc = ifp->if_softc;
sys/dev/ic/lance.c
274
lance_init(struct lance_softc *sc)
sys/dev/ic/lance.c
328
lance_put(struct lance_softc *sc, int boff, struct mbuf *m)
sys/dev/ic/lance.c
358
lance_get(struct lance_softc *sc, int boff, int totlen)
sys/dev/ic/lance.c
404
lance_read(struct lance_softc *sc, int boff, int len)
sys/dev/ic/lance.c
461
struct lance_softc *sc = ifp->if_softc;
sys/dev/ic/lance.c
472
struct lance_softc *sc = ifp->if_softc;
sys/dev/ic/lance.c
482
struct lance_softc *sc = ifp->if_softc;
sys/dev/ic/lance.c
501
struct lance_softc *sc = ifp->if_softc;
sys/dev/ic/lance.c
620
lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len)
sys/dev/ic/lance.c
631
lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len)
sys/dev/ic/lance.c
642
lance_zerobuf_contig(struct lance_softc *sc, int boff, int len)
sys/dev/ic/lance.c
666
lance_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len)
sys/dev/ic/lance.c
691
lance_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len)
sys/dev/ic/lance.c
718
lance_zerobuf_gap2(struct lance_softc *sc, int boff, int len)
sys/dev/ic/lance.c
744
lance_copytobuf_gap16(struct lance_softc *sc, void *fromv, int boff, int len)
sys/dev/ic/lance.c
765
lance_copyfrombuf_gap16(struct lance_softc *sc, void *tov, int boff, int len)
sys/dev/ic/lance.c
786
lance_zerobuf_gap16(struct lance_softc *sc, int boff, int len)
sys/dev/ic/lancevar.h
106
void (*sc_meminit)(struct lance_softc *);
sys/dev/ic/lancevar.h
112
void lance_config(struct lance_softc *);
sys/dev/ic/lancevar.h
113
void lance_reset(struct lance_softc *);
sys/dev/ic/lancevar.h
114
int lance_init(struct lance_softc *);
sys/dev/ic/lancevar.h
115
int lance_put(struct lance_softc *, int, struct mbuf *);
sys/dev/ic/lancevar.h
116
struct mbuf *lance_read(struct lance_softc *, int, int);
sys/dev/ic/lancevar.h
125
void lance_copytobuf_contig(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
126
void lance_copyfrombuf_contig(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
127
void lance_zerobuf_contig(struct lance_softc *, int, int);
sys/dev/ic/lancevar.h
130
void lance_copytobuf_gap2(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
131
void lance_copyfrombuf_gap2(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
132
void lance_zerobuf_gap2(struct lance_softc *, int, int);
sys/dev/ic/lancevar.h
134
void lance_copytobuf_gap16(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
135
void lance_copyfrombuf_gap16(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
136
void lance_zerobuf_gap16(struct lance_softc *, int, int);
sys/dev/ic/lancevar.h
46
void (*sc_copytodesc)(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
47
void (*sc_copyfromdesc)(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
48
void (*sc_copytobuf)(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
49
void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int);
sys/dev/ic/lancevar.h
50
void (*sc_zerobuf)(struct lance_softc *, int, int);
sys/dev/ic/lancevar.h
61
uint16_t (*sc_rdcsr)(struct lance_softc *, uint16_t);
sys/dev/ic/lancevar.h
62
void (*sc_wrcsr)(struct lance_softc *, uint16_t, uint16_t);
sys/dev/ic/lancevar.h
63
void (*sc_hwreset)(struct lance_softc *);
sys/dev/ic/lancevar.h
64
void (*sc_hwinit)(struct lance_softc *);
sys/dev/ic/lancevar.h
65
void (*sc_nocarrier)(struct lance_softc *);
sys/dev/ic/lancevar.h
66
int (*sc_mediachange)(struct lance_softc *);
sys/dev/ic/lancevar.h
67
void (*sc_mediastatus)(struct lance_softc *, struct ifmediareq *);
sys/dev/isa/if_le.c
70
le_isa_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val)
sys/dev/isa/if_le.c
81
le_isa_rdcsr(struct lance_softc *sc, uint16_t port)
sys/dev/isa/if_le_isa.c
112
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/isa/if_le_isa.c
214
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/isa/if_le_isa.c
247
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/isa/if_le_isa.c
281
lance_isa_probe(struct lance_softc *sc)
sys/dev/isa/if_le_isa.c
300
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/isa/if_le_isa.c
82
int lance_isa_probe(struct lance_softc *);
sys/dev/isa/if_le_isapnp.c
87
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/isa/if_levar.h
58
void le_isa_wrcsr(struct lance_softc *, uint16_t, uint16_t);
sys/dev/isa/if_levar.h
59
uint16_t le_isa_rdcsr(struct lance_softc *, uint16_t);
sys/dev/sbus/if_le.c
122
le_sbus_rdcsr(struct lance_softc *sc, uint16_t port)
sys/dev/sbus/if_le.c
147
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/sbus/if_le.c
92
void le_sbus_wrcsr(struct lance_softc *, uint16_t, uint16_t);
sys/dev/sbus/if_le.c
93
uint16_t le_sbus_rdcsr(struct lance_softc *, uint16_t);
sys/dev/sbus/if_le.c
96
le_sbus_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val)
sys/dev/sbus/if_le_lebuffer.c
100
le_lebuffer_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val)
sys/dev/sbus/if_le_lebuffer.c
126
le_lebuffer_rdcsr(struct lance_softc *sc, uint16_t port)
sys/dev/sbus/if_le_lebuffer.c
151
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/sbus/if_le_lebuffer.c
96
void le_lebuffer_wrcsr(struct lance_softc *, uint16_t, uint16_t);
sys/dev/sbus/if_le_lebuffer.c
97
uint16_t le_lebuffer_rdcsr(struct lance_softc *, uint16_t);
sys/dev/sbus/if_le_ledma.c
104
void le_ledma_wrcsr(struct lance_softc *, uint16_t, uint16_t);
sys/dev/sbus/if_le_ledma.c
105
uint16_t le_ledma_rdcsr(struct lance_softc *, uint16_t);
sys/dev/sbus/if_le_ledma.c
106
void le_ledma_hwreset(struct lance_softc *);
sys/dev/sbus/if_le_ledma.c
107
void le_ledma_hwinit(struct lance_softc *);
sys/dev/sbus/if_le_ledma.c
108
void le_ledma_nocarrier(struct lance_softc *);
sys/dev/sbus/if_le_ledma.c
111
le_ledma_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val)
sys/dev/sbus/if_le_ledma.c
137
le_ledma_rdcsr(struct lance_softc *sc, uint16_t port)
sys/dev/sbus/if_le_ledma.c
148
le_ledma_setutp(struct lance_softc *sc)
sys/dev/sbus/if_le_ledma.c
160
le_ledma_setaui(struct lance_softc *sc)
sys/dev/sbus/if_le_ledma.c
172
lemediachange(struct lance_softc *sc)
sys/dev/sbus/if_le_ledma.c
205
lemediastatus(struct lance_softc *sc, struct ifmediareq *ifmr)
sys/dev/sbus/if_le_ledma.c
219
le_ledma_hwreset(struct lance_softc *sc)
sys/dev/sbus/if_le_ledma.c
250
le_ledma_hwinit(struct lance_softc *sc)
sys/dev/sbus/if_le_ledma.c
269
le_ledma_nocarrier(struct lance_softc *sc)
sys/dev/sbus/if_le_ledma.c
313
struct lance_softc *sc = &lesc->sc_am7990.lsc;
sys/dev/sbus/if_le_ledma.c
94
void le_ledma_setutp(struct lance_softc *);
sys/dev/sbus/if_le_ledma.c
95
void le_ledma_setaui(struct lance_softc *);
sys/dev/sbus/if_le_ledma.c
97
int lemediachange(struct lance_softc *);
sys/dev/sbus/if_le_ledma.c
98
void lemediastatus(struct lance_softc *, struct ifmediareq *);
sys/dev/tc/if_le_ioasic.c
112
struct lance_softc *le = &sc->sc_am7990.lsc;
sys/dev/tc/if_le_ioasic.c
217
le_ioasic_copytobuf_gap2(struct lance_softc *sc, void *fromv,
sys/dev/tc/if_le_ioasic.c
243
le_ioasic_copyfrombuf_gap2(struct lance_softc *sc, void *tov,
sys/dev/tc/if_le_ioasic.c
277
le_ioasic_copytobuf_gap16(struct lance_softc *sc, void *fromv,
sys/dev/tc/if_le_ioasic.c
359
le_ioasic_copyfrombuf_gap16(struct lance_softc *sc, void *tov,
sys/dev/tc/if_le_ioasic.c
433
le_ioasic_zerobuf_gap16(struct lance_softc *sc, int boff, int len)
sys/dev/tc/if_le_ioasic.c
454
le_ioasic_ifmedia_change(struct lance_softc *lsc)
sys/dev/tc/if_le_ioasic.c
489
le_ioasic_ifmedia_status(struct lance_softc *lsc, struct ifmediareq *req)
sys/dev/tc/if_le_ioasic.c
507
le_ioasic_nocarrier(struct lance_softc *lsc)
sys/dev/tc/if_le_ioasic.c
78
void le_ioasic_copytobuf_gap2(struct lance_softc *, void *, int, int);
sys/dev/tc/if_le_ioasic.c
79
void le_ioasic_copyfrombuf_gap2(struct lance_softc *, void *, int, int);
sys/dev/tc/if_le_ioasic.c
80
void le_ioasic_copytobuf_gap16(struct lance_softc *, void *, int, int);
sys/dev/tc/if_le_ioasic.c
81
void le_ioasic_copyfrombuf_gap16(struct lance_softc *, void *, int, int);
sys/dev/tc/if_le_ioasic.c
82
void le_ioasic_zerobuf_gap16(struct lance_softc *, int, int);
sys/dev/tc/if_le_ioasic.c
86
int le_ioasic_ifmedia_change(struct lance_softc *);
sys/dev/tc/if_le_ioasic.c
87
void le_ioasic_ifmedia_status(struct lance_softc *, struct ifmediareq *);
sys/dev/tc/if_le_ioasic.c
88
void le_ioasic_nocarrier(struct lance_softc *);
sys/dev/tc/if_le_tc.c
82
struct lance_softc *sc = &lesc->sc_am7990.lsc;