Symbol: rt2661_softc
usr/src/uts/common/io/rwd/rt2661.c
1070
struct rt2661_softc *sc = (struct rt2661_softc *)data;
usr/src/uts/common/io/rwd/rt2661.c
1081
rt2661_tx_cmd(struct rt2661_softc *sc, uint8_t cmd, uint16_t arg)
usr/src/uts/common/io/rwd/rt2661.c
1095
rt2661_mcu_wakeup(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
1108
rt2661_mcu_cmd_intr(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
1118
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
1212
rt2661_get_rssi(struct rt2661_softc *sc, uint8_t raw)
usr/src/uts/common/io/rwd/rt2661.c
1350
rt2661_setup_tx_desc(struct rt2661_softc *sc, struct rt2661_tx_desc *desc,
usr/src/uts/common/io/rwd/rt2661.c
1410
struct rt2661_softc *sc = (struct rt2661_softc *)ic;
usr/src/uts/common/io/rwd/rt2661.c
1536
struct rt2661_softc *sc = (struct rt2661_softc *)ic;
usr/src/uts/common/io/rwd/rt2661.c
167
static void rt2661_read_eeprom(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
168
static uint16_t rt2661_eeprom_read(struct rt2661_softc *, uint8_t);
usr/src/uts/common/io/rwd/rt2661.c
169
static int rt2661_load_microcode(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1732
rt2661_update_promisc(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
175
static int rt2661_alloc_tx_ring(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1751
struct rt2661_softc *sc = (struct rt2661_softc *)ic;
usr/src/uts/common/io/rwd/rt2661.c
1766
rt2661_set_slottime(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
177
static void rt2661_reset_tx_ring(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1788
rt2661_enable_mrr(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
179
static void rt2661_free_tx_ring(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1804
rt2661_set_txpreamble(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
181
static int rt2661_alloc_rx_ring(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1818
rt2661_set_basicrates(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
183
static void rt2661_reset_rx_ring(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1836
rt2661_set_bssid(struct rt2661_softc *sc, const uint8_t *bssid)
usr/src/uts/common/io/rwd/rt2661.c
185
static void rt2661_free_rx_ring(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1852
rt2661_enable_tsf_sync(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
187
static void rt2661_tx_dma_intr(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1873
struct rt2661_softc *sc = arg;
usr/src/uts/common/io/rwd/rt2661.c
1883
struct rt2661_softc *sc = (struct rt2661_softc *)ic;
usr/src/uts/common/io/rwd/rt2661.c
189
static void rt2661_tx_intr(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
1899
struct rt2661_softc *sc = arg;
usr/src/uts/common/io/rwd/rt2661.c
190
static void rt2661_rx_intr(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
1912
rt2661_rx_tune(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
192
static void rt2661_mcu_wakeup(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
193
static void rt2661_mcu_cmd_intr(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
1977
struct rt2661_softc *sc = arg;
usr/src/uts/common/io/rwd/rt2661.c
199
static void rt2661_setup_tx_desc(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
1996
struct rt2661_softc *sc = (struct rt2661_softc *)ic;
usr/src/uts/common/io/rwd/rt2661.c
203
static int rt2661_get_rssi(struct rt2661_softc *, uint8_t);
usr/src/uts/common/io/rwd/rt2661.c
2094
rt2661_stop_locked(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
213
static void rt2661_update_promisc(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
2131
rt2661_set_macaddr(struct rt2661_softc *sc, const uint8_t *addr)
usr/src/uts/common/io/rwd/rt2661.c
2143
rt2661_bbp_read(struct rt2661_softc *sc, uint8_t reg)
usr/src/uts/common/io/rwd/rt2661.c
215
static void rt2661_set_slottime(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
216
static void rt2661_enable_mrr(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
217
static void rt2661_set_txpreamble(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
2175
rt2661_bbp_init(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
218
static void rt2661_set_basicrates(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
219
static void rt2661_set_bssid(struct rt2661_softc *, const uint8_t *);
usr/src/uts/common/io/rwd/rt2661.c
2213
rt2661_bbp_write(struct rt2661_softc *sc, uint8_t reg, uint8_t val)
usr/src/uts/common/io/rwd/rt2661.c
222
static void rt2661_rx_tune(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
223
static void rt2661_enable_tsf_sync(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
2241
rt2661_select_band(struct rt2661_softc *sc, struct ieee80211_channel *c)
usr/src/uts/common/io/rwd/rt2661.c
227
static void rt2661_set_macaddr(struct rt2661_softc *, const uint8_t *);
usr/src/uts/common/io/rwd/rt2661.c
228
static int rt2661_bbp_init(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
2287
rt2661_select_antenna(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
229
static uint8_t rt2661_bbp_read(struct rt2661_softc *, uint8_t);
usr/src/uts/common/io/rwd/rt2661.c
230
static void rt2661_bbp_write(struct rt2661_softc *, uint8_t, uint8_t);
usr/src/uts/common/io/rwd/rt2661.c
2309
rt2661_rf_write(struct rt2661_softc *sc, uint8_t reg, uint32_t val)
usr/src/uts/common/io/rwd/rt2661.c
231
static void rt2661_select_band(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
233
static void rt2661_select_antenna(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
2337
rt2661_set_chan(struct rt2661_softc *sc, struct ieee80211_channel *c)
usr/src/uts/common/io/rwd/rt2661.c
234
static void rt2661_rf_write(struct rt2661_softc *, uint8_t, uint32_t);
usr/src/uts/common/io/rwd/rt2661.c
235
static void rt2661_set_chan(struct rt2661_softc *,
usr/src/uts/common/io/rwd/rt2661.c
238
static void rt2661_stop_locked(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
239
static int rt2661_init(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
240
static void rt2661_stop(struct rt2661_softc *);
usr/src/uts/common/io/rwd/rt2661.c
2413
rt2661_init(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
2551
rt2661_stop(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
2563
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2589
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2603
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2630
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2643
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2652
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2678
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2730
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2747
struct rt2661_softc *sc = (struct rt2661_softc *)arg;
usr/src/uts/common/io/rwd/rt2661.c
2811
struct rt2661_softc *sc;
usr/src/uts/common/io/rwd/rt2661.c
3170
struct rt2661_softc *sc;
usr/src/uts/common/io/rwd/rt2661.c
321
rt2661_eeprom_read(struct rt2661_softc *sc, uint8_t addr)
usr/src/uts/common/io/rwd/rt2661.c
3236
struct rt2661_softc *sc;
usr/src/uts/common/io/rwd/rt2661.c
3270
sizeof (struct rt2661_softc), 1);
usr/src/uts/common/io/rwd/rt2661.c
376
rt2661_read_eeprom(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
480
rt2661_load_microcode(struct rt2661_softc *sc, const uint8_t *ucode_p, int size)
usr/src/uts/common/io/rwd/rt2661.c
612
rt2661_alloc_tx_ring(struct rt2661_softc *sc,
usr/src/uts/common/io/rwd/rt2661.c
686
rt2661_reset_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring)
usr/src/uts/common/io/rwd/rt2661.c
716
rt2661_free_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring)
usr/src/uts/common/io/rwd/rt2661.c
741
rt2661_alloc_rx_ring(struct rt2661_softc *sc,
usr/src/uts/common/io/rwd/rt2661.c
814
rt2661_reset_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring)
usr/src/uts/common/io/rwd/rt2661.c
831
rt2661_free_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring)
usr/src/uts/common/io/rwd/rt2661.c
851
rt2661_tx_dma_intr(struct rt2661_softc *sc, struct rt2661_tx_ring *ring)
usr/src/uts/common/io/rwd/rt2661.c
890
rt2661_tx_intr(struct rt2661_softc *sc)
usr/src/uts/common/io/rwd/rt2661.c
966
rt2661_rx_intr(struct rt2661_softc *sc)