Symbol: mtw_softc
sys/bus/u4b/wlan/if_mtw.c
1009
mtw_write_cfg(struct mtw_softc *sc, uint16_t reg, uint32_t val)
sys/bus/u4b/wlan/if_mtw.c
1025
mtw_usb_dma_read(struct mtw_softc *sc, uint32_t *val)
sys/bus/u4b/wlan/if_mtw.c
1034
mtw_usb_dma_write(struct mtw_softc *sc, uint32_t val)
sys/bus/u4b/wlan/if_mtw.c
1043
mtw_ucode_setup(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
1056
mtw_ucode_write(struct mtw_softc *sc, const uint8_t *fw, uint32_t len,
sys/bus/u4b/wlan/if_mtw.c
1109
struct mtw_softc *sc = (struct mtw_softc *)arg;
sys/bus/u4b/wlan/if_mtw.c
1255
mtw_do_request(struct mtw_softc *sc, struct usb_device_request *req, void *data)
sys/bus/u4b/wlan/if_mtw.c
1276
mtw_read(struct mtw_softc *sc, uint16_t reg, uint32_t *val)
sys/bus/u4b/wlan/if_mtw.c
1290
mtw_read_region_1(struct mtw_softc *sc, uint16_t reg, uint8_t *buf, int len)
sys/bus/u4b/wlan/if_mtw.c
1304
mtw_write_2(struct mtw_softc *sc, uint16_t reg, uint16_t val)
sys/bus/u4b/wlan/if_mtw.c
1317
mtw_write(struct mtw_softc *sc, uint16_t reg, uint32_t val)
sys/bus/u4b/wlan/if_mtw.c
1331
mtw_write_region_1(struct mtw_softc *sc, uint16_t reg, uint8_t *buf, int len)
sys/bus/u4b/wlan/if_mtw.c
1344
mtw_set_region_4(struct mtw_softc *sc, uint16_t reg, uint32_t val, int count)
sys/bus/u4b/wlan/if_mtw.c
1355
mtw_efuse_read_2(struct mtw_softc *sc, uint16_t addr, uint16_t *val)
sys/bus/u4b/wlan/if_mtw.c
1400
mtw_srom_read(struct mtw_softc *sc, uint16_t addr, uint16_t *val)
sys/bus/u4b/wlan/if_mtw.c
1407
mtw_bbp_read(struct mtw_softc *sc, uint8_t reg, uint8_t *val)
sys/bus/u4b/wlan/if_mtw.c
1439
mtw_bbp_write(struct mtw_softc *sc, uint8_t reg, uint8_t val)
sys/bus/u4b/wlan/if_mtw.c
1458
mtw_mcu_cmd(struct mtw_softc *sc, u_int8_t cmd, void *buf, int len)
sys/bus/u4b/wlan/if_mtw.c
1506
mtw_get_txpower(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
1539
mtw_read_eeprom(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
170
static void mtw_setup_tx_list(struct mtw_softc *, struct mtw_endpoint_queue *);
sys/bus/u4b/wlan/if_mtw.c
1706
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
171
static void mtw_unsetup_tx_list(struct mtw_softc *,
sys/bus/u4b/wlan/if_mtw.c
1738
mtw_set_leds(struct mtw_softc *sc, uint16_t which)
sys/bus/u4b/wlan/if_mtw.c
1746
mtw_abort_tsf_sync(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
175
static usb_error_t mtw_do_request(struct mtw_softc *,
sys/bus/u4b/wlan/if_mtw.c
1759
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
177
static int mtw_read(struct mtw_softc *, uint16_t, uint32_t *);
sys/bus/u4b/wlan/if_mtw.c
178
static int mtw_read_region_1(struct mtw_softc *, uint16_t, uint8_t *, int);
sys/bus/u4b/wlan/if_mtw.c
179
static int mtw_write_2(struct mtw_softc *, uint16_t, uint16_t);
sys/bus/u4b/wlan/if_mtw.c
180
static int mtw_write(struct mtw_softc *, uint16_t, uint32_t);
sys/bus/u4b/wlan/if_mtw.c
181
static int mtw_write_region_1(struct mtw_softc *, uint16_t, uint8_t *, int);
sys/bus/u4b/wlan/if_mtw.c
182
static int mtw_set_region_4(struct mtw_softc *, uint16_t, uint32_t, int);
sys/bus/u4b/wlan/if_mtw.c
183
static int mtw_efuse_read_2(struct mtw_softc *, uint16_t, uint16_t *);
sys/bus/u4b/wlan/if_mtw.c
184
static int mtw_bbp_read(struct mtw_softc *, uint8_t, uint8_t *);
sys/bus/u4b/wlan/if_mtw.c
185
static int mtw_bbp_write(struct mtw_softc *, uint8_t, uint8_t);
sys/bus/u4b/wlan/if_mtw.c
186
static int mtw_usb_dma_read(struct mtw_softc *, uint32_t *);
sys/bus/u4b/wlan/if_mtw.c
187
static int mtw_usb_dma_write(struct mtw_softc *, uint32_t);
sys/bus/u4b/wlan/if_mtw.c
188
static int mtw_mcu_cmd(struct mtw_softc *sc, uint8_t cmd, void *buf, int len);
sys/bus/u4b/wlan/if_mtw.c
1880
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
189
static void mtw_get_txpower(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
190
static int mtw_read_eeprom(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
1932
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
1963
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
206
static int mtw_mcu_radio(struct mtw_softc *sc, int func, uint32_t val);
sys/bus/u4b/wlan/if_mtw.c
2074
struct mtw_softc *sc = cmdq->arg1;
sys/bus/u4b/wlan/if_mtw.c
209
static void mtw_rx_frame(struct mtw_softc *, struct mbuf *, uint32_t);
sys/bus/u4b/wlan/if_mtw.c
2108
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
212
static void mtw_set_tx_desc(struct mtw_softc *, struct mtw_tx_data *);
sys/bus/u4b/wlan/if_mtw.c
213
static int mtw_tx(struct mtw_softc *, struct mbuf *, struct ieee80211_node *);
sys/bus/u4b/wlan/if_mtw.c
2137
struct mtw_softc *sc = arg;
sys/bus/u4b/wlan/if_mtw.c
214
static int mtw_tx_mgt(struct mtw_softc *, struct mbuf *,
sys/bus/u4b/wlan/if_mtw.c
2148
struct mtw_softc *sc = arg;
sys/bus/u4b/wlan/if_mtw.c
216
static int mtw_sendprot(struct mtw_softc *, const struct mbuf *,
sys/bus/u4b/wlan/if_mtw.c
2165
struct mtw_softc *sc = arg;
sys/bus/u4b/wlan/if_mtw.c
218
static int mtw_tx_param(struct mtw_softc *, struct mbuf *,
sys/bus/u4b/wlan/if_mtw.c
2229
struct mtw_softc *sc = arg;
sys/bus/u4b/wlan/if_mtw.c
223
static void mtw_start(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
225
static void mtw_select_chan_group(struct mtw_softc *, int);
sys/bus/u4b/wlan/if_mtw.c
227
static int mtw_set_chan(struct mtw_softc *, struct ieee80211_channel *);
sys/bus/u4b/wlan/if_mtw.c
2340
struct mtw_softc *sc = ni->ni_vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
2359
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
239
static int mtw_reset(struct mtw_softc *sc);
sys/bus/u4b/wlan/if_mtw.c
241
static void mtw_enable_tsf_sync(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
2412
mtw_maxrssi_chain(struct mtw_softc *sc, const struct mtw_rxwi *rxwi)
sys/bus/u4b/wlan/if_mtw.c
2426
mtw_get_tsf(struct mtw_softc *sc, uint64_t *buf)
sys/bus/u4b/wlan/if_mtw.c
2436
struct mtw_softc *sc = vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
244
static void mtw_enable_mrr(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
245
static void mtw_set_txpreamble(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
246
static void mtw_set_basicrates(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
2460
mtw_rx_frame(struct mtw_softc *sc, struct mbuf *m, uint32_t dmalen)
sys/bus/u4b/wlan/if_mtw.c
247
static void mtw_set_leds(struct mtw_softc *, uint16_t);
sys/bus/u4b/wlan/if_mtw.c
248
static void mtw_set_bssid(struct mtw_softc *, const uint8_t *);
sys/bus/u4b/wlan/if_mtw.c
249
static void mtw_set_macaddr(struct mtw_softc *, const uint8_t *);
sys/bus/u4b/wlan/if_mtw.c
253
static int8_t mtw_rssi2dbm(struct mtw_softc *, uint8_t, uint8_t);
sys/bus/u4b/wlan/if_mtw.c
254
static void mtw_update_promisc_locked(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
256
static int mtw_txrx_enable(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
257
static int mtw_init_locked(struct mtw_softc *);
sys/bus/u4b/wlan/if_mtw.c
259
static void mtw_delay(struct mtw_softc *, u_int);
sys/bus/u4b/wlan/if_mtw.c
2631
struct mtw_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/wlan/if_mtw.c
2780
struct mtw_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/wlan/if_mtw.c
2910
struct mtw_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/wlan/if_mtw.c
2984
mtw_set_tx_desc(struct mtw_softc *sc, struct mtw_tx_data *data)
sys/bus/u4b/wlan/if_mtw.c
3051
mtw_tx(struct mtw_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
sys/bus/u4b/wlan/if_mtw.c
3232
mtw_tx_mgt(struct mtw_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
sys/bus/u4b/wlan/if_mtw.c
3300
mtw_sendprot(struct mtw_softc *sc, const struct mbuf *m,
sys/bus/u4b/wlan/if_mtw.c
3366
mtw_tx_param(struct mtw_softc *sc, struct mbuf *m, struct ieee80211_node *ni,
sys/bus/u4b/wlan/if_mtw.c
3453
struct mtw_softc *sc = ni->ni_ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3492
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3511
mtw_start(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
3534
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3574
mt7601_set_agc(struct mtw_softc *sc, uint8_t agc)
sys/bus/u4b/wlan/if_mtw.c
3585
mtw_mcu_calibrate(struct mtw_softc *sc, int func, uint32_t val)
sys/bus/u4b/wlan/if_mtw.c
3595
mtw_rf_write(struct mtw_softc *sc, uint8_t bank, uint8_t reg, uint8_t val)
sys/bus/u4b/wlan/if_mtw.c
3620
mtw_select_chan_group(struct mtw_softc *sc, int group)
sys/bus/u4b/wlan/if_mtw.c
3657
mtw_rf_read(struct mtw_softc *sc, uint8_t bank, uint8_t reg, uint8_t *val)
sys/bus/u4b/wlan/if_mtw.c
3693
mt7601_set_chan(struct mtw_softc *sc, u_int chan)
sys/bus/u4b/wlan/if_mtw.c
3736
mtw_set_chan(struct mtw_softc *sc, struct ieee80211_channel *c)
sys/bus/u4b/wlan/if_mtw.c
3771
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3799
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3813
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3835
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3879
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3923
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3938
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3962
struct mtw_softc *sc = vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
3978
static int mtw_reset(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
3996
mtw_update_promisc_locked(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4016
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
4027
mtw_enable_tsf_sync(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4049
mtw_enable_mrr(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4074
mtw_set_txpreamble(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4088
mtw_set_basicrates(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4102
mtw_set_bssid(struct mtw_softc *sc, const uint8_t *bssid)
sys/bus/u4b/wlan/if_mtw.c
4110
mtw_set_macaddr(struct mtw_softc *sc, const uint8_t *addr)
sys/bus/u4b/wlan/if_mtw.c
4121
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
4138
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
4152
mtw_rssi2dbm(struct mtw_softc *sc, uint8_t rssi, uint8_t rxchain)
sys/bus/u4b/wlan/if_mtw.c
4175
mt7601_bbp_init(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4209
mt7601_rf_init(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4238
mtw_txrx_enable(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4281
mt7601_rxdc_cal(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4313
mt7601_r49_read(struct mtw_softc *sc, uint8_t flag, int8_t *val)
sys/bus/u4b/wlan/if_mtw.c
4327
mt7601_rf_temperature(struct mtw_softc *sc, int8_t *val)
sys/bus/u4b/wlan/if_mtw.c
4371
mt7601_rf_setup(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
442
mtw_wlan_enable(struct mtw_softc *sc, int enable)
sys/bus/u4b/wlan/if_mtw.c
4433
mtw_set_txrts(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4444
mtw_mcu_radio(struct mtw_softc *sc, int func, uint32_t val)
sys/bus/u4b/wlan/if_mtw.c
4456
mtw_init_locked(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
4629
struct mtw_softc *sc = (struct mtw_softc *)arg;
sys/bus/u4b/wlan/if_mtw.c
4716
mtw_delay(struct mtw_softc *sc, u_int ms)
sys/bus/u4b/wlan/if_mtw.c
4747
.size = sizeof(struct mtw_softc),
sys/bus/u4b/wlan/if_mtw.c
482
mtw_read_cfg(struct mtw_softc *sc, uint16_t reg, uint32_t *val)
sys/bus/u4b/wlan/if_mtw.c
522
struct mtw_softc *sc = device_get_softc(self);
sys/bus/u4b/wlan/if_mtw.c
699
mtw_drain_mbufq(struct mtw_softc *sc)
sys/bus/u4b/wlan/if_mtw.c
716
struct mtw_softc *sc = device_get_softc(self);
sys/bus/u4b/wlan/if_mtw.c
767
struct mtw_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_mtw.c
881
struct mtw_softc *sc;
sys/bus/u4b/wlan/if_mtw.c
923
struct mtw_softc *sc = arg;
sys/bus/u4b/wlan/if_mtw.c
950
mtw_setup_tx_list(struct mtw_softc *sc, struct mtw_endpoint_queue *pq)
sys/bus/u4b/wlan/if_mtw.c
968
mtw_unsetup_tx_list(struct mtw_softc *sc, struct mtw_endpoint_queue *pq)
sys/bus/u4b/wlan/if_mtw.c
992
mtw_write_ivb(struct mtw_softc *sc, const void *buf, uint16_t len)
sys/bus/u4b/wlan/if_mtwvar.h
126
struct mtw_softc *sc;
sys/bus/u4b/wlan/if_mtwvar.h
140
struct mtw_softc *sc;
sys/bus/u4b/wlan/if_mtwvar.h
175
void (*cb)(struct mtw_softc *, void *);
sys/bus/u4b/wlan/if_mtwvar.h
209
struct mtw_softc *sc;
sys/bus/u4b/wlan/if_mtwvar.h
278
int (*sc_srom_read)(struct mtw_softc *,
sys/bus/u4b/wlan/if_mtwvar.h
72
struct mtw_softc;