Symbol: rt2661_softc
sys/dev/cardbus/if_ral_cardbus.c
80
struct rt2661_softc sc_rt2661;
sys/dev/ic/rt2661.c
1017
rt2661_rx_intr(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
103
static uint16_t rt2661_eeprom_read(struct rt2661_softc *, uint8_t);
sys/dev/ic/rt2661.c
104
static void rt2661_tx_intr(struct rt2661_softc *);
sys/dev/ic/rt2661.c
105
static void rt2661_tx_dma_intr(struct rt2661_softc *,
sys/dev/ic/rt2661.c
107
static void rt2661_rx_intr(struct rt2661_softc *);
sys/dev/ic/rt2661.c
108
static void rt2661_mcu_beacon_expire(struct rt2661_softc *);
sys/dev/ic/rt2661.c
109
static void rt2661_mcu_wakeup(struct rt2661_softc *);
sys/dev/ic/rt2661.c
110
static void rt2661_mcu_cmd_intr(struct rt2661_softc *);
sys/dev/ic/rt2661.c
116
static void rt2661_setup_tx_desc(struct rt2661_softc *,
sys/dev/ic/rt2661.c
1181
rt2661_mcu_beacon_expire(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
119
static int rt2661_tx_mgt(struct rt2661_softc *, struct mbuf *,
sys/dev/ic/rt2661.c
1203
rt2661_mcu_wakeup(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
1216
rt2661_mcu_cmd_intr(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
122
rt2661_get_rts(struct rt2661_softc *,
sys/dev/ic/rt2661.c
1225
struct rt2661_softc *sc = arg;
sys/dev/ic/rt2661.c
124
static int rt2661_tx_data(struct rt2661_softc *, struct mbuf *,
sys/dev/ic/rt2661.c
1254
struct rt2661_softc *sc = arg;
sys/dev/ic/rt2661.c
130
static void rt2661_bbp_write(struct rt2661_softc *, uint8_t, uint8_t);
sys/dev/ic/rt2661.c
131
static uint8_t rt2661_bbp_read(struct rt2661_softc *, uint8_t);
sys/dev/ic/rt2661.c
132
static void rt2661_rf_write(struct rt2661_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2661.c
133
static int rt2661_tx_cmd(struct rt2661_softc *, uint8_t, uint16_t);
sys/dev/ic/rt2661.c
134
static void rt2661_select_antenna(struct rt2661_softc *);
sys/dev/ic/rt2661.c
135
static void rt2661_enable_mrr(struct rt2661_softc *);
sys/dev/ic/rt2661.c
136
static void rt2661_set_txpreamble(struct rt2661_softc *);
sys/dev/ic/rt2661.c
137
static void rt2661_set_basicrates(struct rt2661_softc *,
sys/dev/ic/rt2661.c
139
static void rt2661_select_band(struct rt2661_softc *,
sys/dev/ic/rt2661.c
141
static void rt2661_set_chan(struct rt2661_softc *,
sys/dev/ic/rt2661.c
1427
rt2661_setup_tx_desc(struct rt2661_softc *sc, struct rt2661_tx_desc *desc,
sys/dev/ic/rt2661.c
143
static void rt2661_set_bssid(struct rt2661_softc *, const uint8_t *);
sys/dev/ic/rt2661.c
144
static void rt2661_set_macaddr(struct rt2661_softc *, const uint8_t *);
sys/dev/ic/rt2661.c
145
static void rt2661_update_promisc(struct rt2661_softc *);
sys/dev/ic/rt2661.c
1489
rt2661_tx_mgt(struct rt2661_softc *sc, struct mbuf *m0,
sys/dev/ic/rt2661.c
151
static void rt2661_set_slottime(struct rt2661_softc *);
sys/dev/ic/rt2661.c
154
static void rt2661_read_eeprom(struct rt2661_softc *);
sys/dev/ic/rt2661.c
155
static int rt2661_bbp_init(struct rt2661_softc *);
sys/dev/ic/rt2661.c
158
static int rt2661_load_microcode(struct rt2661_softc *, const uint8_t *,
sys/dev/ic/rt2661.c
1580
rt2661_get_rts(struct rt2661_softc *sc, struct ieee80211_frame *wh,
sys/dev/ic/rt2661.c
160
static void rt2661_rx_tune(struct rt2661_softc *);
sys/dev/ic/rt2661.c
1608
rt2661_tx_data(struct rt2661_softc *sc, struct mbuf *m0,
sys/dev/ic/rt2661.c
162
static void rt2661_radar_start(struct rt2661_softc *);
sys/dev/ic/rt2661.c
163
static int rt2661_radar_stop(struct rt2661_softc *);
sys/dev/ic/rt2661.c
165
static int rt2661_prepare_beacon(struct rt2661_softc *);
sys/dev/ic/rt2661.c
166
static void rt2661_enable_tsf_sync(struct rt2661_softc *);
sys/dev/ic/rt2661.c
167
static int rt2661_get_rssi(struct rt2661_softc *, uint8_t);
sys/dev/ic/rt2661.c
1809
struct rt2661_softc *sc = ifp->if_softc;
sys/dev/ic/rt2661.c
1888
struct rt2661_softc *sc = ifp->if_softc;
sys/dev/ic/rt2661.c
1913
struct rt2661_softc *sc = ifp->if_softc;
sys/dev/ic/rt2661.c
1927
struct rt2661_softc *sc = ifp->if_softc;
sys/dev/ic/rt2661.c
196
struct rt2661_softc *sc = xsc;
sys/dev/ic/rt2661.c
1989
rt2661_bbp_write(struct rt2661_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ic/rt2661.c
2011
rt2661_bbp_read(struct rt2661_softc *sc, uint8_t reg)
sys/dev/ic/rt2661.c
2041
rt2661_rf_write(struct rt2661_softc *sc, uint8_t reg, uint32_t val)
sys/dev/ic/rt2661.c
2066
rt2661_tx_cmd(struct rt2661_softc *sc, uint8_t cmd, uint16_t arg)
sys/dev/ic/rt2661.c
2080
rt2661_select_antenna(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2106
rt2661_enable_mrr(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2122
rt2661_set_txpreamble(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2136
rt2661_set_basicrates(struct rt2661_softc *sc,
sys/dev/ic/rt2661.c
2170
rt2661_select_band(struct rt2661_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rt2661.c
2216
rt2661_set_chan(struct rt2661_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rt2661.c
2291
rt2661_set_bssid(struct rt2661_softc *sc, const uint8_t *bssid)
sys/dev/ic/rt2661.c
2303
rt2661_set_macaddr(struct rt2661_softc *sc, const uint8_t *addr)
sys/dev/ic/rt2661.c
2315
rt2661_update_promisc(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2339
struct rt2661_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2661.c
2383
struct rt2661_softc *sc = ifp->if_softc;
sys/dev/ic/rt2661.c
2398
rt2661_set_slottime(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2426
rt2661_read_eeprom(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2511
rt2661_bbp_init(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2550
struct rt2661_softc *sc = ifp->if_softc;
sys/dev/ic/rt2661.c
2738
struct rt2661_softc *sc = ifp->if_softc;
sys/dev/ic/rt2661.c
2785
rt2661_load_microcode(struct rt2661_softc *sc, const uint8_t *ucode, int size)
sys/dev/ic/rt2661.c
2824
rt2661_rx_tune(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2886
rt2661_radar_start(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2918
rt2661_radar_stop(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2938
rt2661_prepare_beacon(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
2993
rt2661_enable_tsf_sync(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
3026
rt2661_get_rssi(struct rt2661_softc *sc, uint8_t raw)
sys/dev/ic/rt2661.c
384
struct rt2661_softc *sc = xsc;
sys/dev/ic/rt2661.c
411
rt2661_alloc_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring,
sys/dev/ic/rt2661.c
472
rt2661_reset_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring)
sys/dev/ic/rt2661.c
507
rt2661_free_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring)
sys/dev/ic/rt2661.c
544
rt2661_alloc_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring,
sys/dev/ic/rt2661.c
638
rt2661_reset_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring)
sys/dev/ic/rt2661.c
652
rt2661_free_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring)
sys/dev/ic/rt2661.c
718
struct rt2661_softc *sc = arg;
sys/dev/ic/rt2661.c
734
struct rt2661_softc *sc = arg;
sys/dev/ic/rt2661.c
747
struct rt2661_softc *sc = arg;
sys/dev/ic/rt2661.c
768
struct rt2661_softc *sc = ni->ni_ic->ic_ifp->if_softc;
sys/dev/ic/rt2661.c
783
struct rt2661_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2661.c
82
static int rt2661_alloc_tx_ring(struct rt2661_softc *,
sys/dev/ic/rt2661.c
84
static void rt2661_reset_tx_ring(struct rt2661_softc *,
sys/dev/ic/rt2661.c
852
rt2661_eeprom_read(struct rt2661_softc *sc, uint8_t addr)
sys/dev/ic/rt2661.c
86
static void rt2661_free_tx_ring(struct rt2661_softc *,
sys/dev/ic/rt2661.c
88
static int rt2661_alloc_rx_ring(struct rt2661_softc *,
sys/dev/ic/rt2661.c
90
static void rt2661_reset_rx_ring(struct rt2661_softc *,
sys/dev/ic/rt2661.c
906
rt2661_tx_intr(struct rt2661_softc *sc)
sys/dev/ic/rt2661.c
92
static void rt2661_free_rx_ring(struct rt2661_softc *,
sys/dev/ic/rt2661.c
978
rt2661_tx_dma_intr(struct rt2661_softc *sc, struct rt2661_tx_ring *txq)
sys/dev/ic/rt2661var.h
98
int (*sc_enable)(struct rt2661_softc *);
sys/dev/ic/rt2661var.h
99
void (*sc_disable)(struct rt2661_softc *);
sys/dev/pci/if_ral_pci.c
82
struct rt2661_softc sc_rt2661;