Searched defs:wpi_softc (Results 1 – 1 of 1) sorted by relevance
165 struct wpi_softc { struct166 device_t sc_dev;167 int sc_debug;169 int sc_running;171 struct mtx sc_mtx;172 struct ieee80211com sc_ic;173 struct ieee80211_ratectl_tx_status sc_txs;175 struct mtx tx_mtx;178 struct wpi_dma_info shared_dma;179 struct wpi_shared *shared;[all …]