/src/sys/dev/ic/ |
lancevar.h | 35 struct lance_softc { struct 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 *); [all...] |
am79900var.h | 46 struct lance_softc lsc;
|
am7990var.h | 46 struct lance_softc lsc;
|
depcavar.h | 77 void *(*sc_intr_establish)(struct depca_softc *, struct lance_softc *); 83 void depca_wrcsr(struct lance_softc *, u_int16_t, u_int16_t); 84 u_int16_t depca_rdcsr(struct lance_softc *, u_int16_t);
|
lance.c | 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 [all...] |
depca.c | 107 void depca_copytobuf(struct lance_softc *, void *, int, int); 108 void depca_copyfrombuf(struct lance_softc *, void *, int, int); 109 void depca_zerobuf(struct lance_softc *, int, int); 139 depca_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 148 depca_rdcsr(struct lance_softc *sc, uint16_t port) 243 struct lance_softc *sc = &lesc->sc_am7990.lsc; 322 depca_copytobuf(struct lance_softc *sc, void *from, int boff, int len) 331 depca_copyfrombuf(struct lance_softc *sc, void *to, int boff, int len) 340 depca_zerobuf(struct lance_softc *sc, int boff, int len)
|
/src/sys/arch/amiga/dev/ |
if_le.c | 127 hide void lepcnet_reset(struct lance_softc *); 128 hide void lewrcsr(struct lance_softc *, u_int16_t, u_int16_t); 129 hide u_int16_t lerdcsr(struct lance_softc *, u_int16_t); 132 hide void ariadne_wrcsr(struct lance_softc *, u_int16_t, u_int16_t); 133 hide u_int16_t ariadne_rdcsr(struct lance_softc *, u_int16_t); 134 hide void ariadne_wribcr(struct lance_softc *, u_int16_t, u_int16_t); 135 integrate void ariadne_copytodesc_word(struct lance_softc *, void *, int, int); 136 integrate void ariadne_copyfromdesc_word(struct lance_softc *, void *, 138 integrate void ariadne_copytobuf_word(struct lance_softc *, void *, int, int); 139 integrate void ariadne_copyfrombuf_word(struct lance_softc *, void *, int, int) [all...] |
/src/sys/dev/sbus/ |
if_le_ledma.c | 103 void lesetutp(struct lance_softc *); 104 void lesetaui(struct lance_softc *); 106 int lemediachange(struct lance_softc *); 107 void lemediastatus(struct lance_softc *, struct ifmediareq *); 116 static void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 117 static uint16_t lerdcsr(struct lance_softc *, uint16_t); 118 static void lehwreset(struct lance_softc *); 119 static void lehwinit(struct lance_softc *); 120 static void lenocarrier(struct lance_softc *); 123 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val [all...] |
if_le_lebuffer.c | 100 static void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 101 static uint16_t lerdcsr(struct lance_softc *, uint16_t); 104 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 124 lerdcsr(struct lance_softc *sc, uint16_t port) 147 struct lance_softc *sc = &lesc->sc_am7990.lsc;
|
/src/sys/arch/cesfic/dev/ |
if_le.c | 68 void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 69 uint16_t lerdcsr(struct lance_softc *, uint16_t); 74 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 82 lerdcsr(struct lance_softc *sc, uint16_t port) 108 struct lance_softc *sc = device_private(self); 148 struct lance_softc *sc = arg;
|
/src/sys/dev/mca/ |
if_le_mca.c | 87 static void le_mca_wrcsr(struct lance_softc *, uint16_t, uint16_t); 88 static uint16_t le_mca_rdcsr(struct lance_softc *, uint16_t); 89 static void le_mca_hwreset(struct lance_softc *); 92 static void le_mca_copytobuf(struct lance_softc *, void *, int, int); 93 static void le_mca_copyfrombuf(struct lance_softc *, void *, int, int); 94 static void le_mca_zerobuf(struct lance_softc *, int, int); 132 struct lance_softc *sc = &lesc->sc_am7990.lsc; 318 le_mca_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 327 le_mca_rdcsr(struct lance_softc *sc, uint16_t port) 338 le_mca_hwreset(struct lance_softc *sc [all...] |
/src/sys/arch/evbppc/explora/dev/ |
le_elb.c | 71 static uint16_t le_rdcsr(struct lance_softc *, uint16_t); 72 static void le_wrcsr(struct lance_softc *, uint16_t, uint16_t); 73 static void le_copytodesc(struct lance_softc *, void *, int, int); 74 static void le_copyfromdesc(struct lance_softc *, void *, int, int); 75 static void le_copytobuf(struct lance_softc *, void *, int, int); 76 static void le_copyfrombuf(struct lance_softc *, void *, int, int); 77 static void le_zerobuf(struct lance_softc *, int, int); 97 struct lance_softc *sc = &msc->sc_am79900.lsc; 190 le_rdcsr(struct lance_softc *sc, uint16_t reg) 207 le_wrcsr(struct lance_softc *sc, uint16_t reg, uint16_t val [all...] |
/src/sys/arch/pmax/ibus/ |
if_le_ibus.c | 48 static void le_dec_copyfrombuf_gap2(struct lance_softc *, void *, int, int); 49 static void le_dec_copytobuf_gap2(struct lance_softc *, void *, int, int); 50 static void le_dec_zerobuf_gap2(struct lance_softc *, int, int); 73 struct lance_softc *sc = &lesc->sc_am7990.lsc; 105 le_dec_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len) 130 le_dec_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len) 157 le_dec_zerobuf_gap2(struct lance_softc *sc, int boff, int len)
|
/src/sys/arch/vax/if/ |
if_le.c | 115 static void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 116 static uint16_t lerdcsr(struct lance_softc *, uint16_t); 117 static void lance_copytobuf_gap2(struct lance_softc *, void *, int, int); 118 static void lance_copyfrombuf_gap2(struct lance_softc *, void *, int, int); 119 static void lance_zerobuf_gap2(struct lance_softc *, int, int); 125 lewrcsr(struct lance_softc *ls, uint16_t port, uint16_t val) 134 lerdcsr(struct lance_softc *ls, uint16_t port) 235 lance_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len) 260 lance_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len) 287 lance_zerobuf_gap2(struct lance_softc *sc, int boff, int len [all...] |
/src/sys/arch/hp300/dev/ |
if_le.c | 115 static void le_copytobuf(struct lance_softc *, void *, int, int); 116 static void le_copyfrombuf(struct lance_softc *, void *, int, int); 117 static void le_zerobuf(struct lance_softc *, int, int); 123 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 139 lerdcsr(struct lance_softc *sc, uint16_t port) 176 struct lance_softc *sc = &lesc->sc_am7990.lsc; 246 struct lance_softc *sc = arg; 266 le_copytobuf(struct lance_softc *sc, void *from, int boff, int len) 274 le_copyfrombuf(struct lance_softc *sc, void *to, int boff, int len) 282 le_zerobuf(struct lance_softc *sc, int boff, int len [all...] |
/src/sys/dev/dec/ |
if_le_dec.c | 123 hide void le_dec_wrcsr(struct lance_softc *, uint16_t, uint16_t); 124 hide uint16_t le_dec_rdcsr(struct lance_softc *, uint16_t); 151 le_dec_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 160 le_dec_rdcsr(struct lance_softc *sc, uint16_t port)
|
/src/sys/dev/tc/ |
if_le_ioasic.c | 80 static void le_ioasic_copytobuf_gap2(struct lance_softc *, void *, int, int); 81 static void le_ioasic_copyfrombuf_gap2(struct lance_softc *, void *, int, int); 82 static void le_ioasic_copytobuf_gap16(struct lance_softc *, void *, int, int); 83 static void le_ioasic_copyfrombuf_gap16(struct lance_softc *, void *, 85 static void le_ioasic_zerobuf_gap16(struct lance_softc *, int, int); 107 struct lance_softc *le = &sc->sc_am7990.lsc; 194 le_ioasic_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len) 219 le_ioasic_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len) 252 le_ioasic_copytobuf_gap16(struct lance_softc *sc, void *fromv, int boff, 334 le_ioasic_copyfrombuf_gap16(struct lance_softc *sc, void *tov, int boff [all...] |
/src/sys/arch/ews4800mips/sbd/ |
if_le_sbdio.c | 78 static void le_sbdio_wrcsr(struct lance_softc *, uint16_t, uint16_t); 79 static uint16_t le_sbdio_rdcsr(struct lance_softc *, uint16_t); 97 struct lance_softc *sc = &lesc->sc_am7990.lsc; 154 le_sbdio_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 163 le_sbdio_rdcsr(struct lance_softc *sc, uint16_t port)
|
/src/sys/arch/mvme68k/dev/ |
if_le.c | 122 hide void le_pcc_wrcsr(struct lance_softc *, uint16_t, uint16_t); 123 hide uint16_t le_pcc_rdcsr(struct lance_softc *, uint16_t); 126 le_pcc_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 136 le_pcc_rdcsr(struct lance_softc *sc, uint16_t port) 163 struct lance_softc *sc;
|
/src/sys/arch/news68k/dev/ |
if_le.c | 107 hide void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 108 hide uint16_t lerdcsr(struct lance_softc *, uint16_t); 112 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 121 lerdcsr(struct lance_softc *sc, uint16_t port) 152 struct lance_softc *sc = &lesc->sc_am7990.lsc;
|
/src/sys/arch/newsmips/dev/ |
if_le.c | 100 hide void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 101 hide uint16_t lerdcsr(struct lance_softc *, uint16_t); 104 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 113 lerdcsr(struct lance_softc *sc, uint16_t port) 141 struct lance_softc *sc = &lesc->sc_am7990.lsc;
|
/src/sys/arch/sun3/dev/ |
if_le.c | 102 hide void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 103 hide uint16_t lerdcsr(struct lance_softc *, uint16_t); 106 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 115 lerdcsr(struct lance_softc *sc, uint16_t port) 145 struct lance_softc *sc = &lesc->sc_am7990.lsc;
|
/src/sys/dev/isa/ |
if_le_isa.c | 147 hide void le_isa_wrcsr(struct lance_softc *, uint16_t, uint16_t); 148 hide uint16_t le_isa_rdcsr(struct lance_softc *, uint16_t); 153 le_isa_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 164 le_isa_rdcsr(struct lance_softc *sc, uint16_t port) 279 struct lance_softc *sc = &lesc->sc_am7990.lsc; 289 struct lance_softc *sc = &lesc->sc_am7990.lsc; 299 struct lance_softc *sc = &lesc->sc_am7990.lsc;
|
/src/sys/arch/luna68k/dev/ |
if_le.c | 138 static void lesrcsr(struct lance_softc *, uint16_t, uint16_t); 139 static uint16_t lerdcsr(struct lance_softc *, uint16_t); 143 lesrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 152 lerdcsr(struct lance_softc *sc, uint16_t port) 177 struct lance_softc *sc = &lesc->sc_am7990.lsc;
|
/src/sys/arch/sgimips/ioc/ |
if_le_oioc.c | 82 * struct lance_softc { 93 * am7990_softc and lance_softc). Bloody hell! 114 static void lewrcsr(struct lance_softc *, uint16_t, uint16_t); 115 static uint16_t lerdcsr(struct lance_softc *, uint16_t); 118 lewrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) 126 lerdcsr(struct lance_softc *sc, uint16_t port) 154 struct lance_softc *sc = &lesc->sc_am7990.lsc;
|