Lines Matching defs:bwfm_softc
161 struct bwfm_softc { struct
162 struct device sc_dev;
163 struct ieee80211com sc_ic;
164 struct ifmedia sc_media;
165 struct bwfm_bus_ops *sc_bus_ops;
166 struct bwfm_buscore_ops *sc_buscore_ops;
167 struct bwfm_proto_ops *sc_proto_ops;
168 struct bwfm_chip sc_chip;
169 uint8_t sc_io_type;
173 int sc_node;
174 int sc_initialized;
175 int sc_tx_timer;
177 int sc_scan_ver;
179 int (*sc_newstate)(struct ieee80211com *,
204 void bwfm_attach(struct bwfm_softc *); argument