Searched defs:iwm_softc (Results 1 – 1 of 1) sorted by relevance
406 struct iwm_softc { struct407 device_t sc_dev;408 uint32_t sc_debug;409 int sc_attached;411 struct lock sc_lk;412 struct mbufq sc_snd;413 struct ieee80211com sc_ic;415 struct ieee80211_ratectl_tx_status sc_txs;418 int sc_flags;428 struct intr_config_hook sc_preinit_hook;[all …]