Symbol: atw_softc
sys/dev/cardbus/if_atw_cardbus.c
101
int atw_cardbus_enable(struct atw_softc *);
sys/dev/cardbus/if_atw_cardbus.c
102
void atw_cardbus_disable(struct atw_softc *);
sys/dev/cardbus/if_atw_cardbus.c
103
void atw_cardbus_power(struct atw_softc *, int);
sys/dev/cardbus/if_atw_cardbus.c
121
struct atw_softc *sc = &csc->sc_atw;
sys/dev/cardbus/if_atw_cardbus.c
215
struct atw_softc *sc = &csc->sc_atw;
sys/dev/cardbus/if_atw_cardbus.c
245
atw_cardbus_enable(struct atw_softc *sc)
sys/dev/cardbus/if_atw_cardbus.c
278
atw_cardbus_disable(struct atw_softc *sc)
sys/dev/cardbus/if_atw_cardbus.c
294
atw_cardbus_power(struct atw_softc *sc, int why)
sys/dev/cardbus/if_atw_cardbus.c
304
struct atw_softc *sc = &csc->sc_atw;
sys/dev/cardbus/if_atw_cardbus.c
72
struct atw_softc sc_atw; /* real ADM8211 softc */
sys/dev/ic/atw.c
1014
atw_cmdr_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1027
atw_tofs2_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1055
atw_nar_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1061
atw_txlmt_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1068
atw_test1_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1080
atw_rf_reset(struct atw_softc *sc)
sys/dev/ic/atw.c
1092
atw_cfp_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1103
atw_tofs0_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1120
atw_ifs_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1136
atw_response_times_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1153
atw_bbp_io_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1196
atw_si4126_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1224
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
142
void atw_print_regs(struct atw_softc *, const char *);
sys/dev/ic/atw.c
1460
atw_bbp_io_enable(struct atw_softc *sc, int enable)
sys/dev/ic/atw.c
147
int atw_rf3000_read(struct atw_softc *sc, u_int, u_int *);
sys/dev/ic/atw.c
1473
atw_tune(struct atw_softc *sc)
sys/dev/ic/atw.c
148
void atw_rf3000_print(struct atw_softc *);
sys/dev/ic/atw.c
1508
atw_si4126_print(struct atw_softc *sc)
sys/dev/ic/atw.c
152
int atw_si4126_read(struct atw_softc *, u_int, u_int *);
sys/dev/ic/atw.c
153
void atw_si4126_print(struct atw_softc *);
sys/dev/ic/atw.c
1545
atw_si4126_tune(struct atw_softc *sc, u_int chan)
sys/dev/ic/atw.c
1675
atw_rf3000_init(struct atw_softc *sc)
sys/dev/ic/atw.c
1735
atw_rf3000_print(struct atw_softc *sc)
sys/dev/ic/atw.c
175
void atw_rxdrain(struct atw_softc *);
sys/dev/ic/atw.c
1756
atw_rf3000_tune(struct atw_softc *sc, u_int chan)
sys/dev/ic/atw.c
176
void atw_txdrain(struct atw_softc *);
sys/dev/ic/atw.c
177
int atw_add_rxbuf(struct atw_softc *, int);
sys/dev/ic/atw.c
178
void atw_idle(struct atw_softc *, u_int32_t);
sys/dev/ic/atw.c
181
void atw_disable(struct atw_softc *);
sys/dev/ic/atw.c
182
void atw_reset(struct atw_softc *);
sys/dev/ic/atw.c
1828
atw_rf3000_write(struct atw_softc *sc, u_int addr, u_int val)
sys/dev/ic/atw.c
185
void atw_rxintr(struct atw_softc *);
sys/dev/ic/atw.c
186
void atw_txintr(struct atw_softc *);
sys/dev/ic/atw.c
1866
atw_rf3000_read(struct atw_softc *sc, u_int addr, u_int *val)
sys/dev/ic/atw.c
187
void atw_linkintr(struct atw_softc *, u_int32_t);
sys/dev/ic/atw.c
191
int atw_tune(struct atw_softc *);
sys/dev/ic/atw.c
1914
atw_si4126_write(struct atw_softc *sc, u_int addr, u_int val)
sys/dev/ic/atw.c
1963
atw_si4126_read(struct atw_softc *sc, u_int addr, u_int *val)
sys/dev/ic/atw.c
199
void atw_wcsr_init(struct atw_softc *);
sys/dev/ic/atw.c
200
void atw_cmdr_init(struct atw_softc *);
sys/dev/ic/atw.c
201
void atw_tofs2_init(struct atw_softc *);
sys/dev/ic/atw.c
2016
atw_filter_setup(struct atw_softc *sc)
sys/dev/ic/atw.c
202
void atw_txlmt_init(struct atw_softc *);
sys/dev/ic/atw.c
203
void atw_test1_init(struct atw_softc *);
sys/dev/ic/atw.c
204
void atw_rf_reset(struct atw_softc *);
sys/dev/ic/atw.c
205
void atw_cfp_init(struct atw_softc *);
sys/dev/ic/atw.c
206
void atw_tofs0_init(struct atw_softc *);
sys/dev/ic/atw.c
207
void atw_ifs_init(struct atw_softc *);
sys/dev/ic/atw.c
208
void atw_response_times_init(struct atw_softc *);
sys/dev/ic/atw.c
2086
atw_write_bssid(struct atw_softc *sc)
sys/dev/ic/atw.c
209
void atw_bbp_io_init(struct atw_softc *);
sys/dev/ic/atw.c
210
void atw_nar_init(struct atw_softc *);
sys/dev/ic/atw.c
2116
atw_write_sram(struct atw_softc *sc, u_int ofs, u_int8_t *buf, u_int buflen)
sys/dev/ic/atw.c
213
void atw_clear_sram(struct atw_softc *);
sys/dev/ic/atw.c
214
void atw_write_sram(struct atw_softc *, u_int, u_int8_t *, u_int);
sys/dev/ic/atw.c
215
int atw_read_srom(struct atw_softc *);
sys/dev/ic/atw.c
2156
atw_write_wep(struct atw_softc *sc)
sys/dev/ic/atw.c
218
void atw_predict_beacon(struct atw_softc *sc);
sys/dev/ic/atw.c
219
void atw_start_beacon(struct atw_softc *, int);
sys/dev/ic/atw.c
220
void atw_write_bssid(struct atw_softc *);
sys/dev/ic/atw.c
221
void atw_write_ssid(struct atw_softc *);
sys/dev/ic/atw.c
2214
atw_change_ibss(struct atw_softc *sc)
sys/dev/ic/atw.c
222
void atw_write_sup_rates(struct atw_softc *);
sys/dev/ic/atw.c
2226
struct atw_softc *sc = (struct atw_softc*)ic->ic_softc;
sys/dev/ic/atw.c
223
void atw_write_wep(struct atw_softc *);
sys/dev/ic/atw.c
2258
atw_write_ssid(struct atw_softc *sc)
sys/dev/ic/atw.c
2279
atw_write_sup_rates(struct atw_softc *sc)
sys/dev/ic/atw.c
229
void atw_filter_setup(struct atw_softc *);
sys/dev/ic/atw.c
2304
atw_start_beacon(struct atw_softc *sc, int start)
sys/dev/ic/atw.c
235
uint64_t atw_get_tsft(struct atw_softc *sc);
sys/dev/ic/atw.c
236
void atw_change_ibss(struct atw_softc *);
sys/dev/ic/atw.c
2399
atw_get_tsft(struct atw_softc *sc)
sys/dev/ic/atw.c
2419
atw_predict_beacon(struct atw_softc *sc)
sys/dev/ic/atw.c
244
void atw_bbp_io_enable(struct atw_softc *, int);
sys/dev/ic/atw.c
247
int atw_rf3000_init(struct atw_softc *);
sys/dev/ic/atw.c
2471
struct atw_softc *sc = arg;
sys/dev/ic/atw.c
248
int atw_rf3000_tune(struct atw_softc *, u_int);
sys/dev/ic/atw.c
2488
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
249
int atw_rf3000_write(struct atw_softc *, u_int, u_int);
sys/dev/ic/atw.c
252
void atw_si4126_tune(struct atw_softc *, u_int);
sys/dev/ic/atw.c
253
void atw_si4126_write(struct atw_softc *, u_int, u_int);
sys/dev/ic/atw.c
254
void atw_si4126_init(struct atw_softc *);
sys/dev/ic/atw.c
2567
atw_add_rxbuf(struct atw_softc *sc, int idx)
sys/dev/ic/atw.c
2609
atw_txdrain(struct atw_softc *sc)
sys/dev/ic/atw.c
2633
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
2673
atw_rxdrain(struct atw_softc *sc)
sys/dev/ic/atw.c
2694
atw_detach(struct atw_softc *sc)
sys/dev/ic/atw.c
2745
struct atw_softc *sc = arg;
sys/dev/ic/atw.c
2923
atw_idle(struct atw_softc *sc, u_int32_t bits)
sys/dev/ic/atw.c
2988
atw_linkintr(struct atw_softc *sc, u_int32_t linkstatus)
sys/dev/ic/atw.c
3009
atw_hw_decrypted(struct atw_softc *sc, struct ieee80211_frame *wh)
sys/dev/ic/atw.c
3025
atw_rxintr(struct atw_softc *sc)
sys/dev/ic/atw.c
318
atw_enable(struct atw_softc *sc)
sys/dev/ic/atw.c
3201
atw_txintr(struct atw_softc *sc)
sys/dev/ic/atw.c
3311
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
338
atw_disable(struct atw_softc *sc)
sys/dev/ic/atw.c
349
atw_read_srom(struct atw_softc *sc)
sys/dev/ic/atw.c
3523
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
3552
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
3964
struct atw_softc *sc = (struct atw_softc *)self;
sys/dev/ic/atw.c
3982
atw_wakeup(struct atw_softc *sc)
sys/dev/ic/atw.c
4000
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
4080
struct atw_softc *sc = ifp->if_softc;
sys/dev/ic/atw.c
438
atw_print_regs(struct atw_softc *sc, const char *where)
sys/dev/ic/atw.c
538
atw_attach(struct atw_softc *sc)
sys/dev/ic/atw.c
873
struct atw_softc *sc = (struct atw_softc *)ic->ic_if.if_softc;
sys/dev/ic/atw.c
883
struct atw_softc *sc = (struct atw_softc *)ic->ic_if.if_softc;
sys/dev/ic/atw.c
892
atw_test1_reset(struct atw_softc *sc)
sys/dev/ic/atw.c
914
atw_reset(struct atw_softc *sc)
sys/dev/ic/atw.c
980
atw_clear_sram(struct atw_softc *sc)
sys/dev/ic/atw.c
999
atw_wcsr_init(struct atw_softc *sc)
sys/dev/ic/atwvar.h
177
int (*sc_enable)(struct atw_softc *);
sys/dev/ic/atwvar.h
178
void (*sc_disable)(struct atw_softc *);
sys/dev/ic/atwvar.h
179
void (*sc_power)(struct atw_softc *, int);
sys/dev/ic/atwvar.h
435
void atw_attach(struct atw_softc *);
sys/dev/ic/atwvar.h
436
int atw_detach(struct atw_softc *);
sys/dev/ic/atwvar.h
439
int atw_enable(struct atw_softc *);
sys/dev/ic/atwvar.h
440
void atw_wakeup(struct atw_softc *);
sys/dev/pci/if_atw_pci.c
100
atw_pci_enable(struct atw_softc *sc)
sys/dev/pci/if_atw_pci.c
117
atw_pci_disable(struct atw_softc *sc)
sys/dev/pci/if_atw_pci.c
130
struct atw_softc *sc = &psc->psc_atw;
sys/dev/pci/if_atw_pci.c
239
struct atw_softc *sc = &psc->psc_atw;
sys/dev/pci/if_atw_pci.c
69
struct atw_softc psc_atw; /* real ADM8211 softc */
sys/dev/pci/if_atw_pci.c
83
sizeof (struct atw_softc), atw_pci_match, atw_pci_attach, atw_pci_detach,