Searched defs:wi_softc (Results 1 – 1 of 1) sorted by relevance
39 struct wi_softc { struct40 struct device sc_dev;41 struct ieee80211com sc_ic;42 struct ifmedia sc_media;43 bus_space_handle_t wi_bhandle;44 bus_space_tag_t wi_btag;45 bus_space_handle_t wi_lhandle;46 bus_space_tag_t wi_ltag;47 bus_size_t wi_cor_offset;48 int wi_tx_data_id;[all …]