Searched defs:wpi_softc (Results 1 – 1 of 1) sorted by relevance
168 struct wpi_softc { struct169 device_t sc_dev;170 int sc_debug;172 int sc_running;175 struct lock sc_mtx;177 struct mtx sc_mtx;179 struct ieee80211com sc_ic;182 struct lock tx_mtx;184 struct mtx tx_mtx;188 struct wpi_dma_info shared_dma;[all …]