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
1933
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
1953
rt2860_start(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
1979
struct rt2860_softc *sc = arg;
sys/dev/ral/rt2860.c
2001
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2024
rt2860_mcu_bbp_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ral/rt2860.c
2048
rt2860_mcu_bbp_read(struct rt2860_softc *sc, uint8_t reg)
sys/dev/ral/rt2860.c
2086
rt2860_rf_write(struct rt2860_softc *sc, uint8_t reg, uint32_t val)
sys/dev/ral/rt2860.c
2108
rt3090_rf_read(struct rt2860_softc *sc, uint8_t reg)
sys/dev/ral/rt2860.c
2139
rt3090_rf_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ral/rt2860.c
2162
rt2860_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint16_t arg, int wait)
sys/dev/ral/rt2860.c
2212
rt2860_enable_mrr(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2236
rt2860_set_txpreamble(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2249
rt2860_set_basicrates(struct rt2860_softc *sc,
sys/dev/ral/rt2860.c
2273
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2286
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2299
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2317
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
2325
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
2409
rt2860_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ral/rt2860.c
2464
rt3090_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ral/rt2860.c
2529
rt5390_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ral/rt2860.c
2630
rt3090_rf_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2738
rt5390_rf_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2807
rt3090_rf_wakeup(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2873
rt5390_rf_wakeup(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
2909
rt3090_filter_calib(struct rt2860_softc *sc, uint8_t init, uint8_t target,
sys/dev/ral/rt2860.c
2974
rt3090_rf_setup(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3006
rt2860_set_leds(struct rt2860_softc *sc, uint16_t which)
sys/dev/ral/rt2860.c
3017
rt2860_set_gp_timer(struct rt2860_softc *sc, int ms)
sys/dev/ral/rt2860.c
3039
rt2860_set_bssid(struct rt2860_softc *sc, const uint8_t *bssid)
sys/dev/ral/rt2860.c
3048
rt2860_set_macaddr(struct rt2860_softc *sc, const uint8_t *addr)
sys/dev/ral/rt2860.c
3059
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3069
rt2860_updateprot(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3095
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3108
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3157
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3260
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ral/rt2860.c
3281
rt2860_rssi2dbm(struct rt2860_softc *sc, uint8_t rssi, uint8_t rxchain)
sys/dev/ral/rt2860.c
3347
rt2860_read_eeprom(struct rt2860_softc *sc, uint8_t macaddr[IEEE80211_ADDR_LEN])
sys/dev/ral/rt2860.c
3653
rt2860_bbp_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3696
rt5390_bbp_init(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
3734
rt2860_txrx_enable(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
375
struct rt2860_softc *sc = xsc;
sys/dev/ral/rt2860.c
3781
struct rt2860_softc *sc = arg;
sys/dev/ral/rt2860.c
3793
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
4067
struct rt2860_softc *sc = arg;
sys/dev/ral/rt2860.c
4075
rt2860_stop_locked(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
4111
rt2860_load_microcode(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
414
struct rt2860_softc *sc = xsc;
sys/dev/ral/rt2860.c
4163
rt2860_calib(struct rt2860_softc *sc)
sys/dev/ral/rt2860.c
4206
rt3090_set_rx_antenna(struct rt2860_softc *sc, int aux)
sys/dev/ral/rt2860.c
4234
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
4268
rt2860_setup_beacon(struct rt2860_softc *sc, struct ieee80211vap *vap)
sys/dev/ral/rt2860.c
4302
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 *,