Lines Matching defs:rt2560_softc
99 struct rt2560_softc { struct
106 int (*sc_enable)(struct rt2560_softc *); argument
107 void (*sc_disable)(struct rt2560_softc *); argument
109 bus_dma_tag_t sc_dmat;
110 bus_space_tag_t sc_st;
111 bus_space_handle_t sc_sh;
112 void *sc_soft_ih;
114 struct sysctllog *sc_sysctllog;
116 struct ethercom sc_ec;
118 struct callout scan_ch;
119 struct callout rssadapt_ch;
121 int sc_flags;
124 int sc_tx_timer;
126 uint32_t asic_rev;
127 uint8_t rf_rev;
129 struct rt2560_tx_ring txq;
130 struct rt2560_tx_ring prioq;
131 struct rt2560_tx_ring atimq;
132 struct rt2560_tx_ring bcnq;
133 struct rt2560_rx_ring rxq;
135 struct ieee80211_beacon_offsets sc_bo;
137 uint32_t rf_regs[4];
138 uint8_t txpow[14];
140 struct {
143 } bbp_prom[16];
145 int led_mode;
146 int hw_radio;
147 int rx_ant;
148 int tx_ant;
149 int nb_ant;
151 int dwelltime;
153 struct bpf_if * sc_drvbpf;
155 union {
158 } sc_rxtapu;
160 int sc_rxtap_len;
162 union {
165 } sc_txtapu;
167 int sc_txtap_len;