Symbol: rt2560_softc
sys/dev/cardbus/if_ral_cardbus.c
100
int ral_cardbus_enable(struct rt2560_softc *);
sys/dev/cardbus/if_ral_cardbus.c
101
void ral_cardbus_disable(struct rt2560_softc *);
sys/dev/cardbus/if_ral_cardbus.c
102
void ral_cardbus_power(struct rt2560_softc *, int);
sys/dev/cardbus/if_ral_cardbus.c
129
struct rt2560_softc *sc = &csc->sc_sc;
sys/dev/cardbus/if_ral_cardbus.c
176
struct rt2560_softc *sc = &csc->sc_sc;
sys/dev/cardbus/if_ral_cardbus.c
198
ral_cardbus_enable(struct rt2560_softc *sc)
sys/dev/cardbus/if_ral_cardbus.c
223
ral_cardbus_disable(struct rt2560_softc *sc)
sys/dev/cardbus/if_ral_cardbus.c
79
struct rt2560_softc sc_rt2560;
sys/dev/ic/rt2560.c
100
static void rt2560_beacon_expire(struct rt2560_softc *);
sys/dev/ic/rt2560.c
101
static void rt2560_wakeup_expire(struct rt2560_softc *);
sys/dev/ic/rt2560.c
1018
rt2560_encryption_intr(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
106
static void rt2560_setup_tx_desc(struct rt2560_softc *,
sys/dev/ic/rt2560.c
1062
rt2560_tx_intr(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
109
static int rt2560_tx_bcn(struct rt2560_softc *, struct mbuf *,
sys/dev/ic/rt2560.c
111
static int rt2560_tx_mgt(struct rt2560_softc *, struct mbuf *,
sys/dev/ic/rt2560.c
113
static struct mbuf *rt2560_get_rts(struct rt2560_softc *,
sys/dev/ic/rt2560.c
115
static int rt2560_tx_data(struct rt2560_softc *, struct mbuf *,
sys/dev/ic/rt2560.c
1152
rt2560_prio_intr(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
121
static void rt2560_bbp_write(struct rt2560_softc *, uint8_t, uint8_t);
sys/dev/ic/rt2560.c
122
static uint8_t rt2560_bbp_read(struct rt2560_softc *, uint8_t);
sys/dev/ic/rt2560.c
1229
rt2560_decryption_intr(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
123
static void rt2560_rf_write(struct rt2560_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2560.c
124
static void rt2560_set_chan(struct rt2560_softc *,
sys/dev/ic/rt2560.c
126
static void rt2560_disable_rf_tune(struct rt2560_softc *);
sys/dev/ic/rt2560.c
127
static void rt2560_enable_tsf_sync(struct rt2560_softc *);
sys/dev/ic/rt2560.c
128
static void rt2560_update_plcp(struct rt2560_softc *);
sys/dev/ic/rt2560.c
130
static void rt2560_set_basicrates(struct rt2560_softc *);
sys/dev/ic/rt2560.c
131
static void rt2560_update_led(struct rt2560_softc *, int, int);
sys/dev/ic/rt2560.c
132
static void rt2560_set_bssid(struct rt2560_softc *, uint8_t *);
sys/dev/ic/rt2560.c
133
static void rt2560_set_macaddr(struct rt2560_softc *, uint8_t *);
sys/dev/ic/rt2560.c
134
static void rt2560_get_macaddr(struct rt2560_softc *, uint8_t *);
sys/dev/ic/rt2560.c
135
static void rt2560_update_promisc(struct rt2560_softc *);
sys/dev/ic/rt2560.c
136
static void rt2560_set_txantenna(struct rt2560_softc *, int);
sys/dev/ic/rt2560.c
137
static void rt2560_set_rxantenna(struct rt2560_softc *, int);
sys/dev/ic/rt2560.c
139
static void rt2560_read_eeprom(struct rt2560_softc *);
sys/dev/ic/rt2560.c
1392
rt2560_rx_intr(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
140
static int rt2560_bbp_init(struct rt2560_softc *);
sys/dev/ic/rt2560.c
1448
rt2560_beacon_expire(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
1474
rt2560_wakeup_expire(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
1482
struct rt2560_softc *sc = arg;
sys/dev/ic/rt2560.c
1506
struct rt2560_softc *sc = arg;
sys/dev/ic/rt2560.c
1672
rt2560_setup_tx_desc(struct rt2560_softc *sc, struct rt2560_tx_desc *desc,
sys/dev/ic/rt2560.c
1717
rt2560_tx_bcn(struct rt2560_softc *sc, struct mbuf *m0,
sys/dev/ic/rt2560.c
1755
rt2560_tx_mgt(struct rt2560_softc *sc, struct mbuf *m0,
sys/dev/ic/rt2560.c
1849
rt2560_get_rts(struct rt2560_softc *sc, struct ieee80211_frame *wh,
sys/dev/ic/rt2560.c
1877
rt2560_tx_data(struct rt2560_softc *sc, struct mbuf *m0,
sys/dev/ic/rt2560.c
2084
struct rt2560_softc *sc = ifp->if_softc;
sys/dev/ic/rt2560.c
2160
struct rt2560_softc *sc = ifp->if_softc;
sys/dev/ic/rt2560.c
2185
struct rt2560_softc *sc = ifp->if_softc;
sys/dev/ic/rt2560.c
2199
struct rt2560_softc *sc = ifp->if_softc;
sys/dev/ic/rt2560.c
2258
rt2560_bbp_write(struct rt2560_softc *sc, uint8_t reg, uint8_t val)
sys/dev/ic/rt2560.c
2280
rt2560_bbp_read(struct rt2560_softc *sc, uint8_t reg)
sys/dev/ic/rt2560.c
2300
rt2560_rf_write(struct rt2560_softc *sc, uint8_t reg, uint32_t val)
sys/dev/ic/rt2560.c
2326
rt2560_set_chan(struct rt2560_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rt2560.c
2434
rt2560_disable_rf_tune(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
2454
rt2560_enable_tsf_sync(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
2486
rt2560_update_plcp(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
2516
struct rt2560_softc *sc = ifp->if_softc;
sys/dev/ic/rt2560.c
2544
rt2560_set_basicrates(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
2562
rt2560_update_led(struct rt2560_softc *sc, int led1, int led2)
sys/dev/ic/rt2560.c
2572
rt2560_set_bssid(struct rt2560_softc *sc, uint8_t *bssid)
sys/dev/ic/rt2560.c
2586
rt2560_set_macaddr(struct rt2560_softc *sc, uint8_t *addr)
sys/dev/ic/rt2560.c
2600
rt2560_get_macaddr(struct rt2560_softc *sc, uint8_t *addr)
sys/dev/ic/rt2560.c
2616
rt2560_update_promisc(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
2634
rt2560_set_txantenna(struct rt2560_softc *sc, int antenna)
sys/dev/ic/rt2560.c
2661
rt2560_set_rxantenna(struct rt2560_softc *sc, int antenna)
sys/dev/ic/rt2560.c
2696
rt2560_read_eeprom(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
2725
rt2560_bbp_init(struct rt2560_softc *sc)
sys/dev/ic/rt2560.c
2763
struct rt2560_softc *sc = ifp->if_softc;
sys/dev/ic/rt2560.c
2863
struct rt2560_softc *sc = ifp->if_softc;
sys/dev/ic/rt2560.c
322
struct rt2560_softc *sc = xsc;
sys/dev/ic/rt2560.c
496
struct rt2560_softc *sc = xsc;
sys/dev/ic/rt2560.c
524
rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring,
sys/dev/ic/rt2560.c
586
rt2560_reset_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring)
sys/dev/ic/rt2560.c
621
rt2560_free_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring)
sys/dev/ic/rt2560.c
659
rt2560_alloc_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring,
sys/dev/ic/rt2560.c
74
static int rt2560_alloc_tx_ring(struct rt2560_softc *,
sys/dev/ic/rt2560.c
754
rt2560_reset_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring)
sys/dev/ic/rt2560.c
76
static void rt2560_reset_tx_ring(struct rt2560_softc *,
sys/dev/ic/rt2560.c
771
rt2560_free_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring)
sys/dev/ic/rt2560.c
78
static void rt2560_free_tx_ring(struct rt2560_softc *,
sys/dev/ic/rt2560.c
80
static int rt2560_alloc_rx_ring(struct rt2560_softc *,
sys/dev/ic/rt2560.c
82
static void rt2560_reset_rx_ring(struct rt2560_softc *,
sys/dev/ic/rt2560.c
837
struct rt2560_softc *sc = arg;
sys/dev/ic/rt2560.c
84
static void rt2560_free_rx_ring(struct rt2560_softc *,
sys/dev/ic/rt2560.c
865
struct rt2560_softc *sc = arg;
sys/dev/ic/rt2560.c
879
struct rt2560_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/rt2560.c
94
static uint16_t rt2560_eeprom_read(struct rt2560_softc *, uint8_t);
sys/dev/ic/rt2560.c
95
static void rt2560_encryption_intr(struct rt2560_softc *);
sys/dev/ic/rt2560.c
96
static void rt2560_tx_intr(struct rt2560_softc *);
sys/dev/ic/rt2560.c
960
rt2560_eeprom_read(struct rt2560_softc *sc, uint8_t addr)
sys/dev/ic/rt2560.c
97
static void rt2560_prio_intr(struct rt2560_softc *);
sys/dev/ic/rt2560.c
98
static void rt2560_decryption_intr(struct rt2560_softc *);
sys/dev/ic/rt2560.c
99
static void rt2560_rx_intr(struct rt2560_softc *);
sys/dev/ic/rt2560var.h
106
int (*sc_enable)(struct rt2560_softc *);
sys/dev/ic/rt2560var.h
107
void (*sc_disable)(struct rt2560_softc *);
sys/dev/pci/if_ral_pci.c
164
struct rt2560_softc *sc = &psc->sc_sc;
sys/dev/pci/if_ral_pci.c
238
struct rt2560_softc *sc = &psc->sc_sc;
sys/dev/pci/if_ral_pci.c
81
struct rt2560_softc sc_rt2560;