Searched defs:iwn_softc (Results 1 – 1 of 1) sorted by relevance
202 struct iwn_softc { struct203 device_t sc_dev;205 struct ethercom sc_ec;206 struct ieee80211com sc_ic;207 int (*sc_newstate)(struct ieee80211com *,210 struct ieee80211_amrr amrr;211 uint8_t fixed_ridx;213 bus_dma_tag_t sc_dmat;215 u_int sc_flags;230 uint8_t hw_type;[all …]