Searched defs:bwfm_softc (Results 1 – 2 of 2) sorted by relevance
161 struct bwfm_softc { struct162 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;[all …]
2772 void (*cb)(struct bwfm_softc *, void *), void *arg, int len) in bwfm_do_async() argument