Symbol: rt2560_softc
sys/dev/ral/if_ral_pci.c
141
struct rt2560_softc sc_rt2560;
sys/dev/ral/if_ral_pci.c
200
struct rt2560_softc *sc = &psc->u.sc_rt2560;
sys/dev/ral/if_ral_pci.c
272
struct rt2560_softc *sc = &psc->u.sc_rt2560;
sys/dev/ral/rt2560.c
100
static void rt2560_reset_rx_ring(struct rt2560_softc *,
sys/dev/ral/rt2560.c
1004
rt2560_prio_intr(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
102
static void rt2560_free_rx_ring(struct rt2560_softc *,
sys/dev/ral/rt2560.c
106
static uint16_t rt2560_eeprom_read(struct rt2560_softc *, uint8_t);
sys/dev/ral/rt2560.c
107
static void rt2560_encryption_intr(struct rt2560_softc *);
sys/dev/ral/rt2560.c
108
static void rt2560_tx_intr(struct rt2560_softc *);
sys/dev/ral/rt2560.c
1086
rt2560_decryption_intr(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
109
static void rt2560_prio_intr(struct rt2560_softc *);
sys/dev/ral/rt2560.c
110
static void rt2560_decryption_intr(struct rt2560_softc *);
sys/dev/ral/rt2560.c
111
static void rt2560_rx_intr(struct rt2560_softc *);
sys/dev/ral/rt2560.c
113
static void rt2560_beacon_expire(struct rt2560_softc *);
sys/dev/ral/rt2560.c
114
static void rt2560_wakeup_expire(struct rt2560_softc *);
sys/dev/ral/rt2560.c
120
static void rt2560_setup_tx_desc(struct rt2560_softc *,
sys/dev/ral/rt2560.c
1223
rt2560_rx_intr(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
123
static int rt2560_tx_bcn(struct rt2560_softc *, struct mbuf *,
sys/dev/ral/rt2560.c
125
static int rt2560_tx_mgt(struct rt2560_softc *, struct mbuf *,
sys/dev/ral/rt2560.c
127
static int rt2560_tx_data(struct rt2560_softc *, struct mbuf *,
sys/dev/ral/rt2560.c
1285
rt2560_beacon_expire(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
130
static void rt2560_start(struct rt2560_softc *);
sys/dev/ral/rt2560.c
1317
rt2560_wakeup_expire(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
1325
struct rt2560_softc *sc = arg;
sys/dev/ral/rt2560.c
133
static void rt2560_bbp_write(struct rt2560_softc *, uint8_t,
sys/dev/ral/rt2560.c
135
static uint8_t rt2560_bbp_read(struct rt2560_softc *, uint8_t);
sys/dev/ral/rt2560.c
136
static void rt2560_rf_write(struct rt2560_softc *, uint8_t,
sys/dev/ral/rt2560.c
138
static void rt2560_set_chan(struct rt2560_softc *,
sys/dev/ral/rt2560.c
1399
rt2560_setup_tx_desc(struct rt2560_softc *sc, struct rt2560_tx_desc *desc,
sys/dev/ral/rt2560.c
141
static void rt2560_disable_rf_tune(struct rt2560_softc *);
sys/dev/ral/rt2560.c
143
static void rt2560_enable_tsf_sync(struct rt2560_softc *);
sys/dev/ral/rt2560.c
144
static void rt2560_enable_tsf(struct rt2560_softc *);
sys/dev/ral/rt2560.c
1447
rt2560_tx_bcn(struct rt2560_softc *sc, struct mbuf *m0,
sys/dev/ral/rt2560.c
145
static void rt2560_update_plcp(struct rt2560_softc *);
sys/dev/ral/rt2560.c
147
static void rt2560_set_basicrates(struct rt2560_softc *,
sys/dev/ral/rt2560.c
149
static void rt2560_update_led(struct rt2560_softc *, int, int);
sys/dev/ral/rt2560.c
150
static void rt2560_set_bssid(struct rt2560_softc *, const uint8_t *);
sys/dev/ral/rt2560.c
1500
rt2560_tx_mgt(struct rt2560_softc *sc, struct mbuf *m0,
sys/dev/ral/rt2560.c
151
static void rt2560_set_macaddr(struct rt2560_softc *,
sys/dev/ral/rt2560.c
153
static void rt2560_get_macaddr(struct rt2560_softc *, uint8_t *);
sys/dev/ral/rt2560.c
156
static void rt2560_read_config(struct rt2560_softc *);
sys/dev/ral/rt2560.c
157
static int rt2560_bbp_init(struct rt2560_softc *);
sys/dev/ral/rt2560.c
158
static void rt2560_set_txantenna(struct rt2560_softc *, int);
sys/dev/ral/rt2560.c
1588
rt2560_sendprot(struct rt2560_softc *sc,
sys/dev/ral/rt2560.c
159
static void rt2560_set_rxantenna(struct rt2560_softc *, int);
sys/dev/ral/rt2560.c
160
static void rt2560_init_locked(struct rt2560_softc *);
sys/dev/ral/rt2560.c
162
static void rt2560_stop_locked(struct rt2560_softc *);
sys/dev/ral/rt2560.c
1642
rt2560_tx_raw(struct rt2560_softc *sc, struct mbuf *m0,
sys/dev/ral/rt2560.c
1721
rt2560_tx_data(struct rt2560_softc *sc, struct mbuf *m0,
sys/dev/ral/rt2560.c
1863
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
1883
rt2560_start(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
1906
struct rt2560_softc *sc = arg;
sys/dev/ral/rt2560.c
1931
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
1949
rt2560_bbp_write(struct rt2560_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ral/rt2560.c
1971
rt2560_bbp_read(struct rt2560_softc *sc, uint8_t reg)
sys/dev/ral/rt2560.c
2001
rt2560_rf_write(struct rt2560_softc *sc, uint8_t reg, uint32_t val)
sys/dev/ral/rt2560.c
2027
rt2560_set_chan(struct rt2560_softc *sc, struct ieee80211_channel *c)
sys/dev/ral/rt2560.c
204
struct rt2560_softc *sc = device_get_softc(dev);
sys/dev/ral/rt2560.c
2129
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
2147
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
2160
rt2560_disable_rf_tune(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2181
rt2560_enable_tsf_sync(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2214
rt2560_enable_tsf(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2222
rt2560_update_plcp(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2252
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
2299
rt2560_set_basicrates(struct rt2560_softc *sc,
sys/dev/ral/rt2560.c
2323
rt2560_update_led(struct rt2560_softc *sc, int led1, int led2)
sys/dev/ral/rt2560.c
2333
rt2560_set_bssid(struct rt2560_softc *sc, const uint8_t *bssid)
sys/dev/ral/rt2560.c
2347
rt2560_set_macaddr(struct rt2560_softc *sc, const uint8_t *addr)
sys/dev/ral/rt2560.c
2361
rt2560_get_macaddr(struct rt2560_softc *sc, uint8_t *addr)
sys/dev/ral/rt2560.c
2379
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
2410
rt2560_read_config(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2456
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
2466
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
2475
rt2560_bbp_init(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2508
rt2560_set_txantenna(struct rt2560_softc *sc, int antenna)
sys/dev/ral/rt2560.c
2535
rt2560_set_rxantenna(struct rt2560_softc *sc, int antenna)
sys/dev/ral/rt2560.c
2555
rt2560_init_locked(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2642
struct rt2560_softc *sc = priv;
sys/dev/ral/rt2560.c
2654
rt2560_stop_locked(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
2694
struct rt2560_softc *sc = arg;
sys/dev/ral/rt2560.c
2706
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
342
struct rt2560_softc *sc = xsc;
sys/dev/ral/rt2560.c
367
struct rt2560_softc *sc = ic->ic_softc;
sys/dev/ral/rt2560.c
435
struct rt2560_softc *sc = xsc;
sys/dev/ral/rt2560.c
453
rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring,
sys/dev/ral/rt2560.c
520
rt2560_reset_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring)
sys/dev/ral/rt2560.c
554
rt2560_free_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring)
sys/dev/ral/rt2560.c
595
rt2560_alloc_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring,
sys/dev/ral/rt2560.c
690
rt2560_reset_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring)
sys/dev/ral/rt2560.c
706
rt2560_free_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring)
sys/dev/ral/rt2560.c
747
struct rt2560_softc *sc = vap->iv_ic->ic_softc;
sys/dev/ral/rt2560.c
801
rt2560_eeprom_read(struct rt2560_softc *sc, uint8_t addr)
sys/dev/ral/rt2560.c
859
rt2560_encryption_intr(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
908
rt2560_tx_intr(struct rt2560_softc *sc)
sys/dev/ral/rt2560.c
92
static int rt2560_alloc_tx_ring(struct rt2560_softc *,
sys/dev/ral/rt2560.c
94
static void rt2560_reset_tx_ring(struct rt2560_softc *,
sys/dev/ral/rt2560.c
96
static void rt2560_free_tx_ring(struct rt2560_softc *,
sys/dev/ral/rt2560.c
98
static int rt2560_alloc_rx_ring(struct rt2560_softc *,