Searched defs:iwn_softc (Results 1 – 1 of 1) sorted by relevance
239 struct iwn_softc { struct240 device_t sc_dev;241 int sc_debug;242 struct cdev *sc_cdev;243 struct mtx sc_mtx;244 struct ieee80211com sc_ic;245 struct ieee80211_ratectl_tx_status sc_txs;247 u_int sc_flags;259 uint8_t hw_type;261 uint16_t subdevice_id;[all …]