Searched defs:mwx_softc (Results 1 – 1 of 1) sorted by relevance
167 struct mwx_softc { struct168 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;[all …]