Lines Matching defs:mwx_softc
167 struct mwx_softc { struct
168 struct device sc_dev;
169 struct ieee80211com sc_ic;
171 enum mwx_hw_type sc_hwtype;
173 struct mwx_queue sc_txq;
174 struct mwx_queue sc_txmcuq;
175 struct mwx_queue sc_txfwdlq;
177 struct mwx_queue sc_rxq;
178 struct mwx_queue sc_rxmcuq;
179 struct mwx_queue sc_rxfwdlq;
181 struct mwx_txwi_desc sc_txwi;
183 bus_space_tag_t sc_st;
184 bus_space_handle_t sc_memh;
185 bus_size_t sc_mems;
186 bus_dma_tag_t sc_dmat;
187 pcitag_t sc_tag;
188 pci_chipset_tag_t sc_pc;
189 void *sc_ih;
191 int (*sc_newstate)(struct ieee80211com *,
194 struct task sc_scan_task;
195 struct task sc_reset_task;
196 u_int sc_flags;
199 int8_t sc_resetting;
200 int8_t sc_fw_loaded;
203 caddr_t sc_drvbpf;
204 union {
207 } sc_rxtapu;
208 int sc_rxtap_len;
209 union {
212 } sc_txtapu;
213 int sc_txtap_len;
218 struct mwx_vif sc_vif;
221 uint32_t sc_mcu_seq;
222 struct {
226 } sc_mcu_wait[16];
227 uint8_t sc_scan_seq_num;
230 struct mwx_hw_capa sc_capa;
231 uint8_t sc_lladdr[ETHER_ADDR_LEN];
232 char sc_alpha2[4]; /* regulatory-domain */
234 int16_t sc_coverage_class;
235 uint8_t sc_slottime;
238 uint32_t sc_rxfilter;