Home
last modified time | relevance | path

Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dathvar.h196 struct ath_softc { struct
199 int (*sc_enable)(struct ath_softc *); argument
200 void (*sc_disable)(struct ath_softc *); argument
201 void (*sc_power)(struct ath_softc *, int); argument
202 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 …]