Searched defs:bwfm_softc (Results 1 – 1 of 1) sorted by relevance
212 struct bwfm_softc { struct213 device_t sc_dev;214 struct ieee80211com sc_ic;215 struct ethercom sc_ec;218 const struct bwfm_bus_ops *sc_bus_ops;219 const struct bwfm_buscore_ops *sc_buscore_ops;220 const struct bwfm_proto_ops *sc_proto_ops;221 struct bwfm_chip sc_chip;222 uint8_t sc_io_type;226 int sc_tx_timer;[all …]