Searched defs:wi_softc (Results 1 – 1 of 1) sorted by relevance
69 struct wi_softc { struct70 struct ieee80211com sc_ic;71 struct mbufq sc_snd;72 device_t sc_dev;74 struct lock sc_lk;76 struct mtx sc_mtx;78 struct callout sc_watchdog;79 int sc_unit;80 int wi_gone;81 int sc_enabled;[all …]