Searched defs:iwn_softc (Results 1 – 1 of 1) sorted by relevance
235 struct iwn_softc { struct236 device_t sc_dev;237 int sc_debug;238 struct cdev *sc_cdev;240 struct lock sc_lk;242 struct mtx sc_mtx;244 struct ieee80211com sc_ic;246 u_int sc_flags;258 uint8_t hw_type;260 uint16_t subdevice_id;[all …]