Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
196 struct ath_softc { struct199 int (*sc_enable)(struct ath_softc *); argument200 void (*sc_disable)(struct ath_softc *); argument201 void (*sc_power)(struct ath_softc *, int); argument202 int (*sc_newstate)(struct ieee80211com *,204 void (*sc_node_free)(struct ieee80211com *,206 void (*sc_node_copy)(struct ieee80211com *,209 void (*sc_recv_mgmt)(struct ieee80211com *,212 bus_space_tag_t sc_st; /* bus space tag */213 bus_space_handle_t sc_sh; /* bus space handle */[all …]