Searched defs:ath9k_debug (Results 1 – 4 of 4) sorted by relevance
168 struct ath9k_debug { struct169 struct dentry *debugfs_phy;170 u32 regidx;171 struct ath_stats stats;
311 struct ath9k_debug { struct312 struct dentry *debugfs_phy;313 struct dentry *debugfs_tgt_stats;314 struct dentry *debugfs_xmit;315 struct dentry *debugfs_recv;316 struct ath_tx_stats tx_stats;317 struct ath_rx_stats rx_stats;318 u32 txrate;
28 static unsigned int ath9k_debug = ATH_DBG_DEFAULT; variable
23 static unsigned int ath9k_debug = ATH_DBG_DEFAULT; variable