Lines Matching defs:rtwn_softc
146 struct rtwn_softc { struct
147 device_t sc_dev;
148 struct ethercom sc_ec;
149 struct ieee80211com sc_ic;
150 int (*sc_newstate)(struct ieee80211com *,
154 bus_dma_tag_t sc_dmat;
155 pci_chipset_tag_t sc_pc;
156 pcitag_t sc_tag;
157 void *sc_ih;
158 pci_intr_handle_t *sc_pihp;
159 bus_space_tag_t sc_st;
160 bus_space_handle_t sc_sh;
161 bus_size_t sc_mapsize;
162 int sc_cap_off;
163 void *sc_soft_ih;
165 struct callout scan_to;
166 struct callout calib_to;
167 void *init_task;
168 int ac2idx[WME_NUM_AC];
169 uint32_t sc_flags;
173 uint32_t chip;
181 uint8_t board_type;
182 uint8_t regulatory;
183 uint8_t pa_setting;
184 int avg_pwdb;
185 int thcal_state;
186 int thcal_lctemp;
187 int ntxchains;
188 int nrxchains;
189 int ledlink;
191 int sc_tx_timer;
192 int fwcur;
193 struct rtwn_rx_ring rx_ring;
194 struct rtwn_tx_ring tx_ring[RTWN_NTXQUEUES];
195 uint32_t qfullmsk;
196 struct r92c_rom rom;
198 uint32_t rf_chnlbw[R92C_MAX_CHAINS];
199 struct bpf_if *sc_drvbpf;
201 union {
204 } sc_rxtapu;
206 int sc_rxtap_len;
208 union {
211 } sc_txtapu;
213 int sc_txtap_len;