Symbol: rt2860_softc
sys/dev/ic/rt2860.c
1008
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ic/rt2860.c
1022
struct rt2860_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2860.c
108
static uint16_t rt3090_efuse_read_2(struct rt2860_softc *, uint16_t);
sys/dev/ic/rt2860.c
109
static uint16_t rt2860_eeprom_read_2(struct rt2860_softc *, uint16_t);
sys/dev/ic/rt2860.c
1098
rt3090_efuse_read_2(struct rt2860_softc *sc, uint16_t addr)
sys/dev/ic/rt2860.c
110
static void rt2860_intr_coherent(struct rt2860_softc *);
sys/dev/ic/rt2860.c
111
static void rt2860_drain_stats_fifo(struct rt2860_softc *);
sys/dev/ic/rt2860.c
112
static void rt2860_tx_intr(struct rt2860_softc *, int);
sys/dev/ic/rt2860.c
113
static void rt2860_rx_intr(struct rt2860_softc *);
sys/dev/ic/rt2860.c
114
static void rt2860_tbtt_intr(struct rt2860_softc *);
sys/dev/ic/rt2860.c
1140
rt2860_eeprom_read_2(struct rt2860_softc *sc, uint16_t addr)
sys/dev/ic/rt2860.c
115
static void rt2860_gp_intr(struct rt2860_softc *);
sys/dev/ic/rt2860.c
116
static int rt2860_tx(struct rt2860_softc *, struct mbuf **,
sys/dev/ic/rt2860.c
1194
rt2860_srom_read(struct rt2860_softc *sc, uint8_t addr)
sys/dev/ic/rt2860.c
1201
rt2860_intr_coherent(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
121
static void rt2860_mcu_bbp_write(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ic/rt2860.c
1218
rt2860_drain_stats_fifo(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
122
static uint8_t rt2860_mcu_bbp_read(struct rt2860_softc *, uint8_t);
sys/dev/ic/rt2860.c
123
static void rt2860_rf_write(struct rt2860_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2860.c
124
static uint8_t rt3090_rf_read(struct rt2860_softc *, uint8_t);
sys/dev/ic/rt2860.c
125
static void rt3090_rf_write(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ic/rt2860.c
1257
rt2860_tx_intr(struct rt2860_softc *sc, int qid)
sys/dev/ic/rt2860.c
126
static int rt2860_mcu_cmd(struct rt2860_softc *, uint8_t, uint16_t, int);
sys/dev/ic/rt2860.c
127
static void rt2860_enable_mrr(struct rt2860_softc *);
sys/dev/ic/rt2860.c
128
static void rt2860_set_txpreamble(struct rt2860_softc *);
sys/dev/ic/rt2860.c
129
static void rt2860_set_basicrates(struct rt2860_softc *);
sys/dev/ic/rt2860.c
130
static void rt2860_select_chan_group(struct rt2860_softc *, int);
sys/dev/ic/rt2860.c
1304
rt2860_maxrssi_chain(struct rt2860_softc *sc, const struct rt2860_rxwi *rxwi)
sys/dev/ic/rt2860.c
131
static void rt2860_set_chan(struct rt2860_softc *, u_int);
sys/dev/ic/rt2860.c
1319
rt2860_rx_intr(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
132
static void rt3090_set_chan(struct rt2860_softc *, u_int);
sys/dev/ic/rt2860.c
133
static void rt5390_set_chan(struct rt2860_softc *, u_int);
sys/dev/ic/rt2860.c
134
static void rt3090_rf_init(struct rt2860_softc *);
sys/dev/ic/rt2860.c
135
static void rt5390_rf_init(struct rt2860_softc *);
sys/dev/ic/rt2860.c
136
static void rt3090_rf_wakeup(struct rt2860_softc *);
sys/dev/ic/rt2860.c
137
static void rt5390_rf_wakeup(struct rt2860_softc *);
sys/dev/ic/rt2860.c
138
static int rt3090_filter_calib(struct rt2860_softc *, uint8_t, uint8_t,
sys/dev/ic/rt2860.c
140
static void rt3090_rf_setup(struct rt2860_softc *);
sys/dev/ic/rt2860.c
141
static void rt2860_set_leds(struct rt2860_softc *, uint16_t);
sys/dev/ic/rt2860.c
142
static void rt2860_set_gp_timer(struct rt2860_softc *, int);
sys/dev/ic/rt2860.c
143
static void rt2860_set_bssid(struct rt2860_softc *, const uint8_t *);
sys/dev/ic/rt2860.c
144
static void rt2860_set_macaddr(struct rt2860_softc *, const uint8_t *);
sys/dev/ic/rt2860.c
1505
rt2860_tbtt_intr(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
1535
rt2860_gp_intr(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
155
static int8_t rt2860_rssi2dbm(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ic/rt2860.c
1553
struct rt2860_softc *sc = arg;
sys/dev/ic/rt2860.c
1569
struct rt2860_softc *sc = arg;
sys/dev/ic/rt2860.c
157
static int rt2860_read_eeprom(struct rt2860_softc *);
sys/dev/ic/rt2860.c
158
static int rt2860_bbp_init(struct rt2860_softc *);
sys/dev/ic/rt2860.c
159
static int rt5390_bbp_init(struct rt2860_softc *);
sys/dev/ic/rt2860.c
160
static int rt2860_txrx_enable(struct rt2860_softc *);
sys/dev/ic/rt2860.c
1624
rt2860_tx(struct rt2860_softc *sc, struct mbuf **m0, struct ieee80211_node *ni)
sys/dev/ic/rt2860.c
163
static int rt2860_load_microcode(struct rt2860_softc *);
sys/dev/ic/rt2860.c
165
static void rt2860_calib(struct rt2860_softc *);
sys/dev/ic/rt2860.c
167
static void rt3090_set_rx_antenna(struct rt2860_softc *, int);
sys/dev/ic/rt2860.c
168
static void rt2860_switch_chan(struct rt2860_softc *,
sys/dev/ic/rt2860.c
171
static int rt2860_setup_beacon(struct rt2860_softc *);
sys/dev/ic/rt2860.c
173
static void rt2860_enable_tsf_sync(struct rt2860_softc *);
sys/dev/ic/rt2860.c
1853
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
1932
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
1954
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
2027
rt2860_mcu_bbp_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ic/rt2860.c
2051
rt2860_mcu_bbp_read(struct rt2860_softc *sc, uint8_t reg)
sys/dev/ic/rt2860.c
2089
rt2860_rf_write(struct rt2860_softc *sc, uint8_t reg, uint32_t val)
sys/dev/ic/rt2860.c
2111
rt3090_rf_read(struct rt2860_softc *sc, uint8_t reg)
sys/dev/ic/rt2860.c
2142
rt3090_rf_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ic/rt2860.c
2165
rt2860_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint16_t arg, int wait)
sys/dev/ic/rt2860.c
221
struct rt2860_softc *sc = xsc;
sys/dev/ic/rt2860.c
2215
rt2860_enable_mrr(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2239
rt2860_set_txpreamble(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2251
rt2860_set_basicrates(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2265
rt2860_select_chan_group(struct rt2860_softc *sc, int group)
sys/dev/ic/rt2860.c
2362
rt2860_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ic/rt2860.c
2417
rt3090_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ic/rt2860.c
2481
rt5390_set_chan(struct rt2860_softc *sc, u_int chan)
sys/dev/ic/rt2860.c
2582
rt3090_rf_init(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2695
rt5390_rf_init(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2764
rt3090_rf_wakeup(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2830
rt5390_rf_wakeup(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2866
rt3090_filter_calib(struct rt2860_softc *sc, uint8_t init, uint8_t target,
sys/dev/ic/rt2860.c
2931
rt3090_rf_setup(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
2963
rt2860_set_leds(struct rt2860_softc *sc, uint16_t which)
sys/dev/ic/rt2860.c
2974
rt2860_set_gp_timer(struct rt2860_softc *sc, int ms)
sys/dev/ic/rt2860.c
2996
rt2860_set_bssid(struct rt2860_softc *sc, const uint8_t *bssid)
sys/dev/ic/rt2860.c
3005
rt2860_set_macaddr(struct rt2860_softc *sc, const uint8_t *addr)
sys/dev/ic/rt2860.c
3016
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
3029
struct rt2860_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2860.c
3053
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
3066
struct rt2860_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2860.c
3108
struct rt2860_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2860.c
3217
struct rt2860_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2860.c
3240
rt2860_rssi2dbm(struct rt2860_softc *sc, uint8_t rssi, uint8_t rxchain)
sys/dev/ic/rt2860.c
327
struct rt2860_softc *sc = device_private(self);
sys/dev/ic/rt2860.c
3307
rt2860_read_eeprom(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
3614
rt2860_bbp_init(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
3657
rt5390_bbp_init(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
3697
rt2860_txrx_enable(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
3744
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
4032
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
4079
rt2860_load_microcode(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
4116
rt2860_calib(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
4159
rt3090_set_rx_antenna(struct rt2860_softc *sc, int aux)
sys/dev/ic/rt2860.c
4187
rt2860_switch_chan(struct rt2860_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rt2860.c
4223
rt2860_setup_beacon(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
4258
rt2860_enable_tsf_sync(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
450
struct rt2860_softc *sc = xsc;
sys/dev/ic/rt2860.c
480
struct rt2860_softc *sc = device_private(self);
sys/dev/ic/rt2860.c
492
struct rt2860_softc *sc = device_private(self);
sys/dev/ic/rt2860.c
505
rt2860_alloc_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
sys/dev/ic/rt2860.c
552
rt2860_reset_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
sys/dev/ic/rt2860.c
583
rt2860_free_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
sys/dev/ic/rt2860.c
626
rt2860_alloc_tx_pool(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
697
rt2860_free_tx_pool(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
719
rt2860_alloc_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
sys/dev/ic/rt2860.c
79
static int rt2860_alloc_tx_ring(struct rt2860_softc *,
sys/dev/ic/rt2860.c
807
rt2860_reset_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
sys/dev/ic/rt2860.c
81
static void rt2860_reset_tx_ring(struct rt2860_softc *,
sys/dev/ic/rt2860.c
821
rt2860_free_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
sys/dev/ic/rt2860.c
83
static void rt2860_free_tx_ring(struct rt2860_softc *,
sys/dev/ic/rt2860.c
85
static int rt2860_alloc_tx_pool(struct rt2860_softc *);
sys/dev/ic/rt2860.c
86
static void rt2860_free_tx_pool(struct rt2860_softc *);
sys/dev/ic/rt2860.c
867
struct rt2860_softc *sc = ifp->if_softc;
sys/dev/ic/rt2860.c
87
static int rt2860_alloc_rx_ring(struct rt2860_softc *,
sys/dev/ic/rt2860.c
89
static void rt2860_reset_rx_ring(struct rt2860_softc *,
sys/dev/ic/rt2860.c
896
struct rt2860_softc *sc = arg;
sys/dev/ic/rt2860.c
903
rt2860_updatestats(struct rt2860_softc *sc)
sys/dev/ic/rt2860.c
91
static void rt2860_free_rx_ring(struct rt2860_softc *,
sys/dev/ic/rt2860.c
942
struct rt2860_softc *sc = ni->ni_ic->ic_ifp->if_softc;
sys/dev/ic/rt2860.c
96
static void rt2860_updatestats(struct rt2860_softc *);
sys/dev/ic/rt2860.c
993
struct rt2860_softc *sc = ic->ic_softc;
sys/dev/ic/rt2860var.h
117
int (*sc_enable)(struct rt2860_softc *);
sys/dev/ic/rt2860var.h
118
void (*sc_disable)(struct rt2860_softc *);
sys/dev/ic/rt2860var.h
128
uint16_t (*sc_srom_read)(struct rt2860_softc *,
sys/dev/pci/if_ral_pci.c
83
struct rt2860_softc sc_rt2860;