Symbol: rt2860_softc
usr/src/uts/common/io/rwn/rt2860.c
1081
struct rt2860_softc *sc = (struct rt2860_softc *)ic;
usr/src/uts/common/io/rwn/rt2860.c
1281
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
1289
rt2860_updateslot(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
1303
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
1313
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
1326
rt2860_enable_mrr(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
1350
rt2860_set_txpreamble(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
1362
rt2860_set_bssid(struct rt2860_softc *sc, const uint8_t *bssid)
usr/src/uts/common/io/rwn/rt2860.c
1371
rt2860_set_basicrates(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
1464
struct rt2860_softc *sc = (struct rt2860_softc *)ic;
usr/src/uts/common/io/rwn/rt2860.c
1498
rt2860_enable_tsf_sync(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
1522
struct rt2860_softc *sc = (struct rt2860_softc *)ic;
usr/src/uts/common/io/rwn/rt2860.c
154
static uint16_t rt2860_eeprom_read(struct rt2860_softc *, uint8_t);
usr/src/uts/common/io/rwn/rt2860.c
155
static int rt2860_read_eeprom(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
160
static int rt2860_alloc_tx_ring(struct rt2860_softc *,
usr/src/uts/common/io/rwn/rt2860.c
1606
rt2860_maxrssi_chain(struct rt2860_softc *sc, const struct rt2860_rxwi *rxwi)
usr/src/uts/common/io/rwn/rt2860.c
162
static void rt2860_free_tx_ring(struct rt2860_softc *,
usr/src/uts/common/io/rwn/rt2860.c
1621
rt2860_drain_stats_fifo(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
164
static int rt2860_alloc_rx_ring(struct rt2860_softc *,
usr/src/uts/common/io/rwn/rt2860.c
1658
rt2860_tx_intr(struct rt2860_softc *sc, int qid)
usr/src/uts/common/io/rwn/rt2860.c
166
static void rt2860_free_rx_ring(struct rt2860_softc *,
usr/src/uts/common/io/rwn/rt2860.c
168
static int rt2860_alloc_tx_pool(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
169
static void rt2860_free_tx_pool(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
1706
rt2860_rx_intr(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
173
static uint8_t rt2860_maxrssi_chain(struct rt2860_softc *,
usr/src/uts/common/io/rwn/rt2860.c
175
static void rt2860_drain_stats_fifo(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
176
static void rt2860_tx_intr(struct rt2860_softc *, int);
usr/src/uts/common/io/rwn/rt2860.c
177
static void rt2860_rx_intr(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
180
static void rt2860_set_region_4(struct rt2860_softc *,
usr/src/uts/common/io/rwn/rt2860.c
1805
struct rt2860_softc *sc = (struct rt2860_softc *)data;
usr/src/uts/common/io/rwn/rt2860.c
182
static int rt2860_load_microcode(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
1826
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
183
static void rt2860_set_macaddr(struct rt2860_softc *, const uint8_t *);
usr/src/uts/common/io/rwn/rt2860.c
184
static int rt2860_bbp_init(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
185
static uint8_t rt2860_mcu_bbp_read(struct rt2860_softc *, uint8_t);
usr/src/uts/common/io/rwn/rt2860.c
186
static void rt2860_mcu_bbp_write(struct rt2860_softc *, uint8_t, uint8_t);
usr/src/uts/common/io/rwn/rt2860.c
187
static int rt2860_mcu_cmd(struct rt2860_softc *, uint8_t, uint16_t);
usr/src/uts/common/io/rwn/rt2860.c
188
static void rt2860_rf_write(struct rt2860_softc *, uint8_t, uint32_t);
usr/src/uts/common/io/rwn/rt2860.c
189
static void rt2860_select_chan_group(struct rt2860_softc *, int);
usr/src/uts/common/io/rwn/rt2860.c
190
static void rt2860_set_chan(struct rt2860_softc *,
usr/src/uts/common/io/rwn/rt2860.c
193
static void rt2860_set_leds(struct rt2860_softc *, uint16_t);
usr/src/uts/common/io/rwn/rt2860.c
1931
rt2860_set_region_4(struct rt2860_softc *sc,
usr/src/uts/common/io/rwn/rt2860.c
1940
rt2860_load_microcode(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
196
static void rt2860_updateslot(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
198
static void rt2860_enable_mrr(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
1983
rt2860_set_macaddr(struct rt2860_softc *sc, const uint8_t *addr)
usr/src/uts/common/io/rwn/rt2860.c
199
static void rt2860_set_txpreamble(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
1995
rt2860_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint16_t arg)
usr/src/uts/common/io/rwn/rt2860.c
200
static void rt2860_set_basicrates(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
201
static void rt2860_set_bssid(struct rt2860_softc *, const uint8_t *);
usr/src/uts/common/io/rwn/rt2860.c
2020
rt2860_mcu_bbp_read(struct rt2860_softc *sc, uint8_t reg)
usr/src/uts/common/io/rwn/rt2860.c
2056
rt2860_mcu_bbp_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val)
usr/src/uts/common/io/rwn/rt2860.c
208
static void rt2860_enable_tsf_sync(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
2080
rt2860_bbp_init(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
211
static int rt2860_init(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
2112
rt2860_rf_write(struct rt2860_softc *sc, uint8_t reg, uint32_t val)
usr/src/uts/common/io/rwn/rt2860.c
212
static void rt2860_stop(struct rt2860_softc *);
usr/src/uts/common/io/rwn/rt2860.c
2135
rt2860_select_chan_group(struct rt2860_softc *sc, int group)
usr/src/uts/common/io/rwn/rt2860.c
2169
rt2860_set_chan(struct rt2860_softc *sc, struct ieee80211_channel *c)
usr/src/uts/common/io/rwn/rt2860.c
2246
struct rt2860_softc *sc = (struct rt2860_softc *)ic;
usr/src/uts/common/io/rwn/rt2860.c
2266
rt2860_set_leds(struct rt2860_softc *sc, uint16_t which)
usr/src/uts/common/io/rwn/rt2860.c
2273
rt2860_init(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
2496
struct rt2860_softc *sc;
usr/src/uts/common/io/rwn/rt2860.c
2519
rt2860_stop(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
2577
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2603
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2617
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2644
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2657
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2666
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2692
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2750
struct rt2860_softc *sc = (struct rt2860_softc *)arg;
usr/src/uts/common/io/rwn/rt2860.c
2814
struct rt2860_softc *sc;
usr/src/uts/common/io/rwn/rt2860.c
306
rt2860_eeprom_read(struct rt2860_softc *sc, uint8_t addr)
usr/src/uts/common/io/rwn/rt2860.c
3101
struct rt2860_softc *sc;
usr/src/uts/common/io/rwn/rt2860.c
3170
sizeof (struct rt2860_softc), 1);
usr/src/uts/common/io/rwn/rt2860.c
381
rt2860_read_eeprom(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
755
rt2860_alloc_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
usr/src/uts/common/io/rwn/rt2860.c
786
rt2860_reset_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
usr/src/uts/common/io/rwn/rt2860.c
820
rt2860_free_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring)
usr/src/uts/common/io/rwn/rt2860.c
828
rt2860_alloc_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
usr/src/uts/common/io/rwn/rt2860.c
880
rt2860_reset_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
usr/src/uts/common/io/rwn/rt2860.c
894
rt2860_free_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring)
usr/src/uts/common/io/rwn/rt2860.c
911
rt2860_alloc_tx_pool(struct rt2860_softc *sc)
usr/src/uts/common/io/rwn/rt2860.c
963
rt2860_free_tx_pool(struct rt2860_softc *sc)