Symbol: mtw_softc
sys/dev/usb/if_mtw.c
100
int mtw_load_microcode(struct mtw_softc *);
sys/dev/usb/if_mtw.c
1004
mtw_efuse_read_2(struct mtw_softc *sc, uint16_t addr, uint16_t *val)
sys/dev/usb/if_mtw.c
101
int mtw_reset(struct mtw_softc *);
sys/dev/usb/if_mtw.c
102
int mtw_read(struct mtw_softc *, uint16_t, uint32_t *);
sys/dev/usb/if_mtw.c
103
int mtw_read_cfg(struct mtw_softc *, uint16_t, uint32_t *);
sys/dev/usb/if_mtw.c
104
int mtw_read_region_1(struct mtw_softc *, uint16_t,
sys/dev/usb/if_mtw.c
1048
mtw_eeprom_read_2(struct mtw_softc *sc, uint16_t addr, uint16_t *val)
sys/dev/usb/if_mtw.c
106
int mtw_write_2(struct mtw_softc *, uint16_t, uint16_t);
sys/dev/usb/if_mtw.c
1069
mtw_srom_read(struct mtw_softc *sc, uint16_t addr, uint16_t *val)
sys/dev/usb/if_mtw.c
107
int mtw_write(struct mtw_softc *, uint16_t, uint32_t);
sys/dev/usb/if_mtw.c
1076
mtw_rf_read(struct mtw_softc *sc, uint8_t bank, uint8_t reg, uint8_t *val)
sys/dev/usb/if_mtw.c
108
int mtw_write_cfg(struct mtw_softc *, uint16_t, uint32_t);
sys/dev/usb/if_mtw.c
109
int mtw_write_ivb(struct mtw_softc *, const uint8_t *, uint16_t);
sys/dev/usb/if_mtw.c
110
int mtw_write_region_1(struct mtw_softc *, uint16_t,
sys/dev/usb/if_mtw.c
1113
mtw_rf_write(struct mtw_softc *sc, uint8_t bank, uint8_t reg, uint8_t val)
sys/dev/usb/if_mtw.c
112
int mtw_set_region_4(struct mtw_softc *, uint16_t, uint32_t, int);
sys/dev/usb/if_mtw.c
113
int mtw_efuse_read_2(struct mtw_softc *, uint16_t, uint16_t *);
sys/dev/usb/if_mtw.c
1138
mtw_bbp_read(struct mtw_softc *sc, uint8_t reg, uint8_t *val)
sys/dev/usb/if_mtw.c
114
int mtw_eeprom_read_2(struct mtw_softc *, uint16_t, uint16_t *);
sys/dev/usb/if_mtw.c
115
int mtw_rf_read(struct mtw_softc *, uint8_t, uint8_t, uint8_t *);
sys/dev/usb/if_mtw.c
116
int mtw_rf_write(struct mtw_softc *, uint8_t, uint8_t, uint8_t);
sys/dev/usb/if_mtw.c
117
int mtw_bbp_read(struct mtw_softc *, uint8_t, uint8_t *);
sys/dev/usb/if_mtw.c
1170
mtw_bbp_write(struct mtw_softc *sc, uint8_t reg, uint8_t val)
sys/dev/usb/if_mtw.c
118
int mtw_bbp_write(struct mtw_softc *, uint8_t, uint8_t);
sys/dev/usb/if_mtw.c
1189
mtw_usb_dma_read(struct mtw_softc *sc, uint32_t *val)
sys/dev/usb/if_mtw.c
119
int mtw_usb_dma_read(struct mtw_softc *, uint32_t *);
sys/dev/usb/if_mtw.c
1198
mtw_usb_dma_write(struct mtw_softc *sc, uint32_t val)
sys/dev/usb/if_mtw.c
120
int mtw_usb_dma_write(struct mtw_softc *, uint32_t);
sys/dev/usb/if_mtw.c
1207
mtw_mcu_calibrate(struct mtw_softc *sc, int func, uint32_t val)
sys/dev/usb/if_mtw.c
121
int mtw_mcu_calibrate(struct mtw_softc *, int, uint32_t);
sys/dev/usb/if_mtw.c
1217
mtw_mcu_channel(struct mtw_softc *sc, uint32_t r1, uint32_t r2, uint32_t r4)
sys/dev/usb/if_mtw.c
122
int mtw_mcu_channel(struct mtw_softc *, uint32_t, uint32_t, uint32_t);
sys/dev/usb/if_mtw.c
1229
mtw_mcu_radio(struct mtw_softc *sc, int func, uint32_t val)
sys/dev/usb/if_mtw.c
123
int mtw_mcu_radio(struct mtw_softc *, int, uint32_t);
sys/dev/usb/if_mtw.c
124
int mtw_mcu_cmd(struct mtw_softc *, int, void *, int);
sys/dev/usb/if_mtw.c
1241
mtw_mcu_cmd(struct mtw_softc *sc, int cmd, void *buf, int len)
sys/dev/usb/if_mtw.c
126
void mtw_get_txpower(struct mtw_softc *);
sys/dev/usb/if_mtw.c
127
int mtw_read_eeprom(struct mtw_softc *);
sys/dev/usb/if_mtw.c
1297
mtw_get_txpower(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
132
void mtw_do_async(struct mtw_softc *, void (*)(struct mtw_softc *,
sys/dev/usb/if_mtw.c
1347
mtw_read_eeprom(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
135
void mtw_newstate_cb(struct mtw_softc *, void *);
sys/dev/usb/if_mtw.c
137
void mtw_updateedca_cb(struct mtw_softc *, void *);
sys/dev/usb/if_mtw.c
139
void mtw_updateslot_cb(struct mtw_softc *, void *);
sys/dev/usb/if_mtw.c
142
void mtw_set_key_cb(struct mtw_softc *, void *);
sys/dev/usb/if_mtw.c
145
void mtw_delete_key_cb(struct mtw_softc *, void *);
sys/dev/usb/if_mtw.c
147
void mtw_calibrate_cb(struct mtw_softc *, void *);
sys/dev/usb/if_mtw.c
150
void mtw_rx_frame(struct mtw_softc *, uint8_t *, int,
sys/dev/usb/if_mtw.c
1511
struct mtw_softc *sc = ifp->if_softc;
sys/dev/usb/if_mtw.c
154
int mtw_tx(struct mtw_softc *, struct mbuf *,
sys/dev/usb/if_mtw.c
1540
struct mtw_softc *sc = arg;
sys/dev/usb/if_mtw.c
1559
struct mtw_softc *sc = arg;
sys/dev/usb/if_mtw.c
1582
mtw_do_async(struct mtw_softc *sc, void (*cb)(struct mtw_softc *, void *),
sys/dev/usb/if_mtw.c
159
void mtw_select_chan_group(struct mtw_softc *, int);
sys/dev/usb/if_mtw.c
160
void mt7601_set_agc(struct mtw_softc *, uint8_t);
sys/dev/usb/if_mtw.c
1608
struct mtw_softc *sc = ic->ic_softc;
sys/dev/usb/if_mtw.c
161
void mt7601_set_chan(struct mtw_softc *, u_int);
sys/dev/usb/if_mtw.c
1619
mtw_newstate_cb(struct mtw_softc *sc, void *arg)
sys/dev/usb/if_mtw.c
162
int mtw_set_chan(struct mtw_softc *, struct ieee80211_channel *);
sys/dev/usb/if_mtw.c
163
void mtw_enable_tsf_sync(struct mtw_softc *);
sys/dev/usb/if_mtw.c
164
void mtw_abort_tsf_sync(struct mtw_softc *);
sys/dev/usb/if_mtw.c
165
void mtw_enable_mrr(struct mtw_softc *);
sys/dev/usb/if_mtw.c
166
void mtw_set_txrts(struct mtw_softc *);
sys/dev/usb/if_mtw.c
167
void mtw_set_txpreamble(struct mtw_softc *);
sys/dev/usb/if_mtw.c
168
void mtw_set_basicrates(struct mtw_softc *);
sys/dev/usb/if_mtw.c
169
void mtw_set_leds(struct mtw_softc *, uint16_t);
sys/dev/usb/if_mtw.c
170
void mtw_set_bssid(struct mtw_softc *, const uint8_t *);
sys/dev/usb/if_mtw.c
1704
mtw_updateedca_cb(struct mtw_softc *sc, void *arg)
sys/dev/usb/if_mtw.c
171
void mtw_set_macaddr(struct mtw_softc *, const uint8_t *);
sys/dev/usb/if_mtw.c
173
int8_t mtw_rssi2dbm(struct mtw_softc *, uint8_t, uint8_t);
sys/dev/usb/if_mtw.c
175
int mt7601_bbp_init(struct mtw_softc *);
sys/dev/usb/if_mtw.c
1752
mtw_updateslot_cb(struct mtw_softc *sc, void *arg)
sys/dev/usb/if_mtw.c
176
int mt7601_rf_init(struct mtw_softc *);
sys/dev/usb/if_mtw.c
1767
struct mtw_softc *sc = ic->ic_softc;
sys/dev/usb/if_mtw.c
177
int mt7601_rf_setup(struct mtw_softc *);
sys/dev/usb/if_mtw.c
178
int mt7601_rf_temperature(struct mtw_softc *, int8_t *);
sys/dev/usb/if_mtw.c
1784
mtw_set_key_cb(struct mtw_softc *sc, void *arg)
sys/dev/usb/if_mtw.c
179
int mt7601_r49_read(struct mtw_softc *, uint8_t, int8_t *);
sys/dev/usb/if_mtw.c
180
int mt7601_rxdc_cal(struct mtw_softc *);
sys/dev/usb/if_mtw.c
181
int mtw_wlan_enable(struct mtw_softc *, int);
sys/dev/usb/if_mtw.c
182
int mtw_txrx_enable(struct mtw_softc *);
sys/dev/usb/if_mtw.c
1899
struct mtw_softc *sc = ic->ic_softc;
sys/dev/usb/if_mtw.c
191
sizeof (struct mtw_softc), mtw_match, mtw_attach, mtw_detach
sys/dev/usb/if_mtw.c
1913
mtw_delete_key_cb(struct mtw_softc *sc, void *arg)
sys/dev/usb/if_mtw.c
1944
mtw_calibrate_cb(struct mtw_softc *sc, void *arg)
sys/dev/usb/if_mtw.c
1983
struct mtw_softc *sc = ic->ic_softc;
sys/dev/usb/if_mtw.c
2026
mtw_maxrssi_chain(struct mtw_softc *sc, const struct mtw_rxwi *rxwi)
sys/dev/usb/if_mtw.c
2038
mtw_rx_frame(struct mtw_softc *sc, uint8_t *buf, int dmalen,
sys/dev/usb/if_mtw.c
2181
struct mtw_softc *sc = data->sc;
sys/dev/usb/if_mtw.c
2232
struct mtw_softc *sc = data->sc;
sys/dev/usb/if_mtw.c
2264
mtw_tx(struct mtw_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
sys/dev/usb/if_mtw.c
2408
struct mtw_softc *sc = ifp->if_softc;
sys/dev/usb/if_mtw.c
241
struct mtw_softc *sc = (struct mtw_softc *)self;
sys/dev/usb/if_mtw.c
2460
struct mtw_softc *sc = ifp->if_softc;
sys/dev/usb/if_mtw.c
2480
struct mtw_softc *sc = ifp->if_softc;
sys/dev/usb/if_mtw.c
2540
mtw_select_chan_group(struct mtw_softc *sc, int group)
sys/dev/usb/if_mtw.c
2577
mt7601_set_agc(struct mtw_softc *sc, uint8_t agc)
sys/dev/usb/if_mtw.c
2588
mt7601_set_chan(struct mtw_softc *sc, u_int chan)
sys/dev/usb/if_mtw.c
2632
mtw_set_chan(struct mtw_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_mtw.c
2665
mtw_enable_tsf_sync(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2681
mtw_abort_tsf_sync(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2691
mtw_enable_mrr(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2715
mtw_set_txrts(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2727
mtw_set_txpreamble(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2740
mtw_set_basicrates(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2754
mtw_set_leds(struct mtw_softc *sc, uint16_t which)
sys/dev/usb/if_mtw.c
2764
mtw_set_bssid(struct mtw_softc *sc, const uint8_t *bssid)
sys/dev/usb/if_mtw.c
2773
mtw_set_macaddr(struct mtw_softc *sc, const uint8_t *addr)
sys/dev/usb/if_mtw.c
2783
mtw_rssi2dbm(struct mtw_softc *sc, uint8_t rssi, uint8_t rxchain)
sys/dev/usb/if_mtw.c
2808
mt7601_bbp_init(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2842
mt7601_rf_init(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2871
mt7601_rf_setup(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
2933
mt7601_rf_temperature(struct mtw_softc *sc, int8_t *val)
sys/dev/usb/if_mtw.c
2977
mt7601_r49_read(struct mtw_softc *sc, uint8_t flag, int8_t *val)
sys/dev/usb/if_mtw.c
2991
mt7601_rxdc_cal(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
3023
mtw_wlan_enable(struct mtw_softc *sc, int enable)
sys/dev/usb/if_mtw.c
3063
mtw_txrx_enable(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
3109
struct mtw_softc *sc = ifp->if_softc;
sys/dev/usb/if_mtw.c
311
struct mtw_softc *sc = (struct mtw_softc *)self;
sys/dev/usb/if_mtw.c
3310
struct mtw_softc *sc = ifp->if_softc;
sys/dev/usb/if_mtw.c
349
struct mtw_softc *sc = (struct mtw_softc *)self;
sys/dev/usb/if_mtw.c
477
mtw_open_pipes(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
502
mtw_close_pipes(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
524
mtw_alloc_rx_ring(struct mtw_softc *sc, int qid)
sys/dev/usb/if_mtw.c
551
mtw_free_rx_ring(struct mtw_softc *sc, int qid)
sys/dev/usb/if_mtw.c
566
mtw_alloc_tx_ring(struct mtw_softc *sc, int qid)
sys/dev/usb/if_mtw.c
603
mtw_free_tx_ring(struct mtw_softc *sc, int qid)
sys/dev/usb/if_mtw.c
618
mtw_alloc_mcu_ring(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
650
mtw_free_mcu_ring(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
660
mtw_ucode_write(struct mtw_softc *sc, const uint8_t *fw, uint32_t len,
sys/dev/usb/if_mtw.c
721
mtw_ucode_setup(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
733
mtw_load_microcode(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
864
mtw_reset(struct mtw_softc *sc)
sys/dev/usb/if_mtw.c
877
mtw_read(struct mtw_softc *sc, uint16_t reg, uint32_t *val)
sys/dev/usb/if_mtw.c
89
int mtw_open_pipes(struct mtw_softc *);
sys/dev/usb/if_mtw.c
892
mtw_read_cfg(struct mtw_softc *sc, uint16_t reg, uint32_t *val)
sys/dev/usb/if_mtw.c
90
void mtw_close_pipes(struct mtw_softc *);
sys/dev/usb/if_mtw.c
91
int mtw_alloc_rx_ring(struct mtw_softc *, int);
sys/dev/usb/if_mtw.c
913
mtw_read_region_1(struct mtw_softc *sc, uint16_t reg,
sys/dev/usb/if_mtw.c
92
void mtw_free_rx_ring(struct mtw_softc *, int);
sys/dev/usb/if_mtw.c
927
mtw_write_2(struct mtw_softc *sc, uint16_t reg, uint16_t val)
sys/dev/usb/if_mtw.c
93
int mtw_alloc_tx_ring(struct mtw_softc *, int);
sys/dev/usb/if_mtw.c
94
void mtw_free_tx_ring(struct mtw_softc *, int);
sys/dev/usb/if_mtw.c
940
mtw_write(struct mtw_softc *sc, uint16_t reg, uint32_t val)
sys/dev/usb/if_mtw.c
95
int mtw_alloc_mcu_ring(struct mtw_softc *);
sys/dev/usb/if_mtw.c
950
mtw_write_cfg(struct mtw_softc *sc, uint16_t reg, uint32_t val)
sys/dev/usb/if_mtw.c
96
void mtw_free_mcu_ring(struct mtw_softc *);
sys/dev/usb/if_mtw.c
966
mtw_write_ivb(struct mtw_softc *sc, const uint8_t *buf, uint16_t len)
sys/dev/usb/if_mtw.c
97
int mtw_ucode_write(struct mtw_softc *, const uint8_t *,
sys/dev/usb/if_mtw.c
979
mtw_write_region_1(struct mtw_softc *sc, uint16_t reg,
sys/dev/usb/if_mtw.c
99
void mtw_ucode_setup(struct mtw_softc *);
sys/dev/usb/if_mtw.c
993
mtw_set_region_4(struct mtw_softc *sc, uint16_t reg, uint32_t val, int count)
sys/dev/usb/if_mtwvar.h
106
void (*cb)(struct mtw_softc *, void *);
sys/dev/usb/if_mtwvar.h
136
struct mtw_softc *sc;
sys/dev/usb/if_mtwvar.h
165
int (*sc_srom_read)(struct mtw_softc *,
sys/dev/usb/if_mtwvar.h
76
struct mtw_softc;
sys/dev/usb/if_mtwvar.h
79
struct mtw_softc *sc;
sys/dev/usb/if_mtwvar.h
86
struct mtw_softc *sc;