Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/
H A Dath.h150 struct ath_common { struct
151 void *ah;
152 void *priv;
153 struct ieee80211_hw *hw;
154 int debug_mask;
155 enum ath_device_state state;
156 unsigned long op_flags;
158 struct ath_ani ani;
160 u16 cachelsz;
161 u16 curaid;
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1016 struct ath_common ath_common; member