Searched defs:wpi_softc (Results 1 – 1 of 1) sorted by relevance
130 struct wpi_softc { struct131 struct device sc_dev;133 struct ieee80211com sc_ic;134 int (*sc_newstate)(struct ieee80211com *,137 struct ieee80211_amrr amrr;138 uint8_t fixed_ridx;140 bus_dma_tag_t sc_dmat;142 struct rwlock sc_rwlock;143 u_int sc_flags;147 struct wpi_dma_info shared_dma;[all …]