Symbol: rt2860_softc
sys/dev/ral/if_ral_pci.c
143
struct rt2860_softc sc_rt2860;
sys/dev/ral/rt2860.c
1003
rt2860_eeprom_read_2(struct rt2860_softc *sc, uint16_t addr)
sys/dev/ral/rt2860.c
1057
rt2860_srom_read(struct rt2860_softc *sc, uint8_t addr)
sys/dev/ral/rt2860.c
1064
rt2860_intr_coherent(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
108
static uint16_t rt3090_efuse_read_2(struct rt2860_softc *, uint16_t);
sys/dev/ral/rt2860.c
1081
rt2860_drain_stats_fifo(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
109
static uint16_t rt2860_eeprom_read_2(struct rt2860_softc *, uint16_t);
sys/dev/ral/rt2860.c
110
static void rt2860_intr_coherent(struct rt2860_softc *);
sys/dev/ral/rt2860.c
111
static void rt2860_drain_stats_fifo(struct rt2860_softc *);
sys/dev/ral/rt2860.c
112
static void rt2860_tx_intr(struct rt2860_softc *, int);
sys/dev/ral/rt2860.c
1129
rt2860_tx_intr(struct rt2860_softc *sc, int qid)
sys/dev/ral/rt2860.c
113
static void rt2860_rx_intr(struct rt2860_softc *);
sys/dev/ral/rt2860.c
114
static void rt2860_tbtt_intr(struct rt2860_softc *);
sys/dev/ral/rt2860.c
115
static void rt2860_gp_intr(struct rt2860_softc *);
sys/dev/ral/rt2860.c
116
static int rt2860_tx(struct rt2860_softc *, struct mbuf *,
sys/dev/ral/rt2860.c
1164
rt2860_maxrssi_chain(struct rt2860_softc *sc, const struct rt2860_rxwi *rxwi)
sys/dev/ral/rt2860.c
1179
rt2860_rx_intr(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
120
static int rt2860_tx_raw(struct rt2860_softc *, struct mbuf *,
sys/dev/ral/rt2860.c
124
static void rt2860_start(struct rt2860_softc *);
sys/dev/ral/rt2860.c
127
static void rt2860_mcu_bbp_write(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ral/rt2860.c
128
static uint8_t rt2860_mcu_bbp_read(struct rt2860_softc *, uint8_t);
sys/dev/ral/rt2860.c
129
static void rt2860_rf_write(struct rt2860_softc *, uint8_t, uint32_t);
sys/dev/ral/rt2860.c
130
static uint8_t rt3090_rf_read(struct rt2860_softc *, uint8_t);
sys/dev/ral/rt2860.c
131
static void rt3090_rf_write(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ral/rt2860.c
132
static int rt2860_mcu_cmd(struct rt2860_softc *, uint8_t, uint16_t, int);
sys/dev/ral/rt2860.c
133
static void rt2860_enable_mrr(struct rt2860_softc *);
sys/dev/ral/rt2860.c
134
static void rt2860_set_txpreamble(struct rt2860_softc *);
sys/dev/ral/rt2860.c
135
static void rt2860_set_basicrates(struct rt2860_softc *,
sys/dev/ral/rt2860.c
1350
rt2860_tbtt_intr(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
1380
rt2860_gp_intr(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
1394
struct rt2860_softc *sc = arg;
sys/dev/ral/rt2860.c
142
static void rt2860_select_chan_group(struct rt2860_softc *, int);
sys/dev/ral/rt2860.c
143
static void rt2860_set_chan(struct rt2860_softc *, u_int);
sys/dev/ral/rt2860.c
144
static void rt3090_set_chan(struct rt2860_softc *, u_int);
sys/dev/ral/rt2860.c
145
static void rt5390_set_chan(struct rt2860_softc *, u_int);
sys/dev/ral/rt2860.c
1452
rt2860_tx(struct rt2860_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
sys/dev/ral/rt2860.c
146
static int rt3090_rf_init(struct rt2860_softc *);
sys/dev/ral/rt2860.c
147
static void rt5390_rf_init(struct rt2860_softc *);
sys/dev/ral/rt2860.c
148
static void rt3090_rf_wakeup(struct rt2860_softc *);
sys/dev/ral/rt2860.c
149
static void rt5390_rf_wakeup(struct rt2860_softc *);
sys/dev/ral/rt2860.c
150
static int rt3090_filter_calib(struct rt2860_softc *, uint8_t, uint8_t,
sys/dev/ral/rt2860.c
152
static void rt3090_rf_setup(struct rt2860_softc *);
sys/dev/ral/rt2860.c
153
static void rt2860_set_leds(struct rt2860_softc *, uint16_t);
sys/dev/ral/rt2860.c
154
static void rt2860_set_gp_timer(struct rt2860_softc *, int);
sys/dev/ral/rt2860.c
155
static void rt2860_set_bssid(struct rt2860_softc *, const uint8_t *);
sys/dev/ral/rt2860.c
156
static void rt2860_set_macaddr(struct rt2860_softc *, const uint8_t *);
sys/dev/ral/rt2860.c
159
static void rt2860_updateprot(struct rt2860_softc *);
sys/dev/ral/rt2860.c
167
static int8_t rt2860_rssi2dbm(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ral/rt2860.c
169
static int rt2860_read_eeprom(struct rt2860_softc *,
sys/dev/ral/rt2860.c
1694
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
171
static int rt2860_bbp_init(struct rt2860_softc *);
sys/dev/ral/rt2860.c
172
static void rt5390_bbp_init(struct rt2860_softc *);
sys/dev/ral/rt2860.c
1724
rt2860_tx_raw(struct rt2860_softc *sc, struct mbuf *m,
sys/dev/ral/rt2860.c
173
static int rt2860_txrx_enable(struct rt2860_softc *);
sys/dev/ral/rt2860.c
175
static void rt2860_init_locked(struct rt2860_softc *);
sys/dev/ral/rt2860.c
177
static void rt2860_stop_locked(struct rt2860_softc *);
sys/dev/ral/rt2860.c
178
static int rt2860_load_microcode(struct rt2860_softc *);
sys/dev/ral/rt2860.c
180
static void rt2860_calib(struct rt2860_softc *);
sys/dev/ral/rt2860.c
182
static void rt3090_set_rx_antenna(struct rt2860_softc *, int);
sys/dev/ral/rt2860.c
183
static void rt2860_switch_chan(struct rt2860_softc *,
sys/dev/ral/rt2860.c
185
static int rt2860_setup_beacon(struct rt2860_softc *,
sys/dev/ral/rt2860.c
187
static void rt2860_enable_tsf_sync(struct rt2860_softc *);
sys/dev/ral/rt2860.c
1935
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
1955
rt2860_start(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
1981
struct rt2860_softc *sc = arg;
sys/dev/ral/rt2860.c
2003
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2026
rt2860_mcu_bbp_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ral/rt2860.c
2050
rt2860_mcu_bbp_read(struct rt2860_softc *sc, uint8_t reg)
sys/dev/ral/rt2860.c
2088
rt2860_rf_write(struct rt2860_softc *sc, uint8_t reg, uint32_t val)
sys/dev/ral/rt2860.c
2110
rt3090_rf_read(struct rt2860_softc *sc, uint8_t reg)
sys/dev/ral/rt2860.c
2141
rt3090_rf_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ral/rt2860.c
2164
rt2860_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint16_t arg, int wait)
sys/dev/ral/rt2860.c
2214
rt2860_enable_mrr(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2238
rt2860_set_txpreamble(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2251
rt2860_set_basicrates(struct rt2860_softc *sc,
sys/dev/ral/rt2860.c
2275
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2288
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2301
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2319
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2327
rt2860_select_chan_group(struct rt2860_softc *sc, int group)
sys/dev/ral/rt2860.c
237
struct rt2860_softc *sc = device_get_softc(dev);
sys/dev/ral/rt2860.c
2411
rt2860_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ral/rt2860.c
2466
rt3090_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ral/rt2860.c
2531
rt5390_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ral/rt2860.c
2632
rt3090_rf_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2740
rt5390_rf_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2809
rt3090_rf_wakeup(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2875
rt5390_rf_wakeup(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2911
rt3090_filter_calib(struct rt2860_softc *sc, uint8_t init, uint8_t target,
sys/dev/ral/rt2860.c
2976
rt3090_rf_setup(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3008
rt2860_set_leds(struct rt2860_softc *sc, uint16_t which)
sys/dev/ral/rt2860.c
3019
rt2860_set_gp_timer(struct rt2860_softc *sc, int ms)
sys/dev/ral/rt2860.c
3041
rt2860_set_bssid(struct rt2860_softc *sc, const uint8_t *bssid)
sys/dev/ral/rt2860.c
3050
rt2860_set_macaddr(struct rt2860_softc *sc, const uint8_t *addr)
sys/dev/ral/rt2860.c
3061
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3071
rt2860_updateprot(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3097
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3110
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3159
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3262
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3283
rt2860_rssi2dbm(struct rt2860_softc *sc, uint8_t rssi, uint8_t rxchain)
sys/dev/ral/rt2860.c
3349
rt2860_read_eeprom(struct rt2860_softc *sc, uint8_t macaddr[IEEE80211_ADDR_LEN])
sys/dev/ral/rt2860.c
3655
rt2860_bbp_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3698
rt5390_bbp_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3736
rt2860_txrx_enable(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
375
struct rt2860_softc *sc = xsc;
sys/dev/ral/rt2860.c
3783
struct rt2860_softc *sc = arg;
sys/dev/ral/rt2860.c
3795
rt2860_init_locked(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
398
struct rt2860_softc *sc = xsc;
sys/dev/ral/rt2860.c
406
struct rt2860_softc *sc = xsc;
sys/dev/ral/rt2860.c
4069
struct rt2860_softc *sc = arg;
sys/dev/ral/rt2860.c
4077
rt2860_stop_locked(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
4113
rt2860_load_microcode(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
414
struct rt2860_softc *sc = xsc;
sys/dev/ral/rt2860.c
4165
rt2860_calib(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
4208
rt3090_set_rx_antenna(struct rt2860_softc *sc, int aux)
sys/dev/ral/rt2860.c
4236
rt2860_switch_chan(struct rt2860_softc *sc, struct ieee80211_channel *c)
sys/dev/ral/rt2860.c
426
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
4270
rt2860_setup_beacon(struct rt2860_softc *sc, struct ieee80211vap *vap)
sys/dev/ral/rt2860.c
4304
rt2860_enable_tsf_sync(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
508
rt2860_alloc_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
sys/dev/ral/rt2860.c
545
rt2860_reset_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
sys/dev/ral/rt2860.c
575
rt2860_free_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
sys/dev/ral/rt2860.c
610
rt2860_alloc_tx_pool(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
669
rt2860_free_tx_pool(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
689
rt2860_alloc_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
sys/dev/ral/rt2860.c
766
rt2860_reset_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
sys/dev/ral/rt2860.c
779
rt2860_free_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
sys/dev/ral/rt2860.c
809
rt2860_updatestats(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
83
static int rt2860_alloc_tx_ring(struct rt2860_softc *,
sys/dev/ral/rt2860.c
838
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
85
static void rt2860_reset_tx_ring(struct rt2860_softc *,
sys/dev/ral/rt2860.c
857
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
87
static void rt2860_free_tx_ring(struct rt2860_softc *,
sys/dev/ral/rt2860.c
874
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
889
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
89
static int rt2860_alloc_tx_pool(struct rt2860_softc *);
sys/dev/ral/rt2860.c
90
static void rt2860_free_tx_pool(struct rt2860_softc *);
sys/dev/ral/rt2860.c
905
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
91
static int rt2860_alloc_rx_ring(struct rt2860_softc *,
sys/dev/ral/rt2860.c
93
static void rt2860_reset_rx_ring(struct rt2860_softc *,
sys/dev/ral/rt2860.c
95
static void rt2860_free_rx_ring(struct rt2860_softc *,
sys/dev/ral/rt2860.c
961
rt3090_efuse_read_2(struct rt2860_softc *sc, uint16_t addr)
sys/dev/ral/rt2860.c
97
static void rt2860_updatestats(struct rt2860_softc *);
sys/dev/ral/rt2860var.h
134
uint16_t (*sc_srom_read)(struct rt2860_softc *,