]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - drivers/net/wireless/ath/ath9k/debug.h
mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()
[can-eth-gw-linux.git] / drivers / net / wireless / ath / ath9k / debug.h
1 /*
2  * Copyright (c) 2008-2011 Atheros Communications Inc.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  *
8  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15  */
16
17 #ifndef DEBUG_H
18 #define DEBUG_H
19
20 #include "hw.h"
21 #include "rc.h"
22 #include "dfs_debug.h"
23
24 struct ath_txq;
25 struct ath_buf;
26
27 #ifdef CONFIG_ATH9K_DEBUGFS
28 #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++
29 #define RESET_STAT_INC(sc, type) sc->debug.stats.reset[type]++
30 #else
31 #define TX_STAT_INC(q, c) do { } while (0)
32 #define RESET_STAT_INC(sc, type) do { } while (0)
33 #endif
34
35 enum ath_reset_type {
36         RESET_TYPE_BB_HANG,
37         RESET_TYPE_BB_WATCHDOG,
38         RESET_TYPE_FATAL_INT,
39         RESET_TYPE_TX_ERROR,
40         RESET_TYPE_TX_HANG,
41         RESET_TYPE_PLL_HANG,
42         RESET_TYPE_MAC_HANG,
43         RESET_TYPE_BEACON_STUCK,
44         __RESET_TYPE_MAX
45 };
46
47 #ifdef CONFIG_ATH9K_DEBUGFS
48
49 /**
50  * struct ath_interrupt_stats - Contains statistics about interrupts
51  * @total: Total no. of interrupts generated so far
52  * @rxok: RX with no errors
53  * @rxlp: RX with low priority RX
54  * @rxhp: RX with high priority, uapsd only
55  * @rxeol: RX with no more RXDESC available
56  * @rxorn: RX FIFO overrun
57  * @txok: TX completed at the requested rate
58  * @txurn: TX FIFO underrun
59  * @mib: MIB regs reaching its threshold
60  * @rxphyerr: RX with phy errors
61  * @rx_keycache_miss: RX with key cache misses
62  * @swba: Software Beacon Alert
63  * @bmiss: Beacon Miss
64  * @bnr: Beacon Not Ready
65  * @cst: Carrier Sense TImeout
66  * @gtt: Global TX Timeout
67  * @tim: RX beacon TIM occurrence
68  * @cabend: RX End of CAB traffic
69  * @dtimsync: DTIM sync lossage
70  * @dtim: RX Beacon with DTIM
71  * @bb_watchdog: Baseband watchdog
72  * @tsfoor: TSF out of range, indicates that the corrected TSF received
73  * from a beacon differs from the PCU's internal TSF by more than a
74  * (programmable) threshold
75  * @local_timeout: Internal bus timeout.
76  * @mci: MCI interrupt, specific to MCI based BTCOEX chipsets
77  * @gen_timer: Generic hardware timer interrupt
78  */
79 struct ath_interrupt_stats {
80         u32 total;
81         u32 rxok;
82         u32 rxlp;
83         u32 rxhp;
84         u32 rxeol;
85         u32 rxorn;
86         u32 txok;
87         u32 txeol;
88         u32 txurn;
89         u32 mib;
90         u32 rxphyerr;
91         u32 rx_keycache_miss;
92         u32 swba;
93         u32 bmiss;
94         u32 bnr;
95         u32 cst;
96         u32 gtt;
97         u32 tim;
98         u32 cabend;
99         u32 dtimsync;
100         u32 dtim;
101         u32 bb_watchdog;
102         u32 tsfoor;
103         u32 mci;
104         u32 gen_timer;
105
106         /* Sync-cause stats */
107         u32 sync_cause_all;
108         u32 sync_rtc_irq;
109         u32 sync_mac_irq;
110         u32 eeprom_illegal_access;
111         u32 apb_timeout;
112         u32 pci_mode_conflict;
113         u32 host1_fatal;
114         u32 host1_perr;
115         u32 trcv_fifo_perr;
116         u32 radm_cpl_ep;
117         u32 radm_cpl_dllp_abort;
118         u32 radm_cpl_tlp_abort;
119         u32 radm_cpl_ecrc_err;
120         u32 radm_cpl_timeout;
121         u32 local_timeout;
122         u32 pm_access;
123         u32 mac_awake;
124         u32 mac_asleep;
125         u32 mac_sleep_access;
126 };
127
128
129 /**
130  * struct ath_tx_stats - Statistics about TX
131  * @tx_pkts_all:  No. of total frames transmitted, including ones that
132         may have had errors.
133  * @tx_bytes_all:  No. of total bytes transmitted, including ones that
134         may have had errors.
135  * @queued: Total MPDUs (non-aggr) queued
136  * @completed: Total MPDUs (non-aggr) completed
137  * @a_aggr: Total no. of aggregates queued
138  * @a_queued_hw: Total AMPDUs queued to hardware
139  * @a_queued_sw: Total AMPDUs queued to software queues
140  * @a_completed: Total AMPDUs completed
141  * @a_retries: No. of AMPDUs retried (SW)
142  * @a_xretries: No. of AMPDUs dropped due to xretries
143  * @fifo_underrun: FIFO underrun occurrences
144         Valid only for:
145                 - non-aggregate condition.
146                 - first packet of aggregate.
147  * @xtxop: No. of frames filtered because of TXOP limit
148  * @timer_exp: Transmit timer expiry
149  * @desc_cfg_err: Descriptor configuration errors
150  * @data_urn: TX data underrun errors
151  * @delim_urn: TX delimiter underrun errors
152  * @puttxbuf: Number of times hardware was given txbuf to write.
153  * @txstart:  Number of times hardware was told to start tx.
154  * @txprocdesc:  Number of times tx descriptor was processed
155  * @txfailed:  Out-of-memory or other errors in xmit path.
156  */
157 struct ath_tx_stats {
158         u32 tx_pkts_all;
159         u32 tx_bytes_all;
160         u32 queued;
161         u32 completed;
162         u32 xretries;
163         u32 a_aggr;
164         u32 a_queued_hw;
165         u32 a_queued_sw;
166         u32 a_completed;
167         u32 a_retries;
168         u32 a_xretries;
169         u32 fifo_underrun;
170         u32 xtxop;
171         u32 timer_exp;
172         u32 desc_cfg_err;
173         u32 data_underrun;
174         u32 delim_underrun;
175         u32 puttxbuf;
176         u32 txstart;
177         u32 txprocdesc;
178         u32 txfailed;
179 };
180
181 #define RX_STAT_INC(c) (sc->debug.stats.rxstats.c++)
182
183 /**
184  * struct ath_rx_stats - RX Statistics
185  * @rx_pkts_all:  No. of total frames received, including ones that
186         may have had errors.
187  * @rx_bytes_all:  No. of total bytes received, including ones that
188         may have had errors.
189  * @crc_err: No. of frames with incorrect CRC value
190  * @decrypt_crc_err: No. of frames whose CRC check failed after
191         decryption process completed
192  * @phy_err: No. of frames whose reception failed because the PHY
193         encountered an error
194  * @mic_err: No. of frames with incorrect TKIP MIC verification failure
195  * @pre_delim_crc_err: Pre-Frame delimiter CRC error detections
196  * @post_delim_crc_err: Post-Frame delimiter CRC error detections
197  * @decrypt_busy_err: Decryption interruptions counter
198  * @phy_err_stats: Individual PHY error statistics
199  * @rx_len_err:  No. of frames discarded due to bad length.
200  * @rx_oom_err:  No. of frames dropped due to OOM issues.
201  * @rx_rate_err:  No. of frames dropped due to rate errors.
202  * @rx_too_many_frags_err:  Frames dropped due to too-many-frags received.
203  * @rx_drop_rxflush: No. of frames dropped due to RX-FLUSH.
204  * @rx_beacons:  No. of beacons received.
205  * @rx_frags:  No. of rx-fragements received.
206  */
207 struct ath_rx_stats {
208         u32 rx_pkts_all;
209         u32 rx_bytes_all;
210         u32 crc_err;
211         u32 decrypt_crc_err;
212         u32 phy_err;
213         u32 mic_err;
214         u32 pre_delim_crc_err;
215         u32 post_delim_crc_err;
216         u32 decrypt_busy_err;
217         u32 phy_err_stats[ATH9K_PHYERR_MAX];
218         u32 rx_len_err;
219         u32 rx_oom_err;
220         u32 rx_rate_err;
221         u32 rx_too_many_frags_err;
222         u32 rx_drop_rxflush;
223         u32 rx_beacons;
224         u32 rx_frags;
225 };
226
227 struct ath_stats {
228         struct ath_interrupt_stats istats;
229         struct ath_tx_stats txstats[ATH9K_NUM_TX_QUEUES];
230         struct ath_rx_stats rxstats;
231         struct ath_dfs_stats dfs_stats;
232         u32 reset[__RESET_TYPE_MAX];
233 };
234
235 #define ATH_DBG_MAX_SAMPLES     10
236 struct ath_dbg_bb_mac_samp {
237         u32 dma_dbg_reg_vals[ATH9K_NUM_DMA_DEBUG_REGS];
238         u32 pcu_obs, pcu_cr, noise;
239         struct {
240                 u64 jiffies;
241                 int8_t rssi_ctl0;
242                 int8_t rssi_ctl1;
243                 int8_t rssi_ctl2;
244                 int8_t rssi_ext0;
245                 int8_t rssi_ext1;
246                 int8_t rssi_ext2;
247                 int8_t rssi;
248                 bool isok;
249                 u8 rts_fail_cnt;
250                 u8 data_fail_cnt;
251                 u8 rateindex;
252                 u8 qid;
253                 u8 tid;
254                 u32 ba_low;
255                 u32 ba_high;
256         } ts[ATH_DBG_MAX_SAMPLES];
257         struct {
258                 u64 jiffies;
259                 int8_t rssi_ctl0;
260                 int8_t rssi_ctl1;
261                 int8_t rssi_ctl2;
262                 int8_t rssi_ext0;
263                 int8_t rssi_ext1;
264                 int8_t rssi_ext2;
265                 int8_t rssi;
266                 bool is_mybeacon;
267                 u8 antenna;
268                 u8 rate;
269         } rs[ATH_DBG_MAX_SAMPLES];
270         struct ath_cycle_counters cc;
271         struct ath9k_nfcal_hist nfCalHist[NUM_NF_READINGS];
272 };
273
274 struct ath9k_debug {
275         struct dentry *debugfs_phy;
276         u32 regidx;
277         struct ath_stats stats;
278 #ifdef CONFIG_ATH9K_MAC_DEBUG
279         spinlock_t samp_lock;
280         struct ath_dbg_bb_mac_samp bb_mac_samp[ATH_DBG_MAX_SAMPLES];
281         u8 sampidx;
282         u8 tsidx;
283         u8 rsidx;
284 #endif
285 };
286
287 int ath9k_init_debug(struct ath_hw *ah);
288
289 void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status);
290 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf,
291                        struct ath_tx_status *ts, struct ath_txq *txq,
292                        unsigned int flags);
293 void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
294
295 #else
296
297 #define RX_STAT_INC(c) /* NOP */
298
299 static inline int ath9k_init_debug(struct ath_hw *ah)
300 {
301         return 0;
302 }
303
304 static inline void ath_debug_stat_interrupt(struct ath_softc *sc,
305                                             enum ath9k_int status)
306 {
307 }
308
309 static inline void ath_debug_stat_tx(struct ath_softc *sc,
310                                      struct ath_buf *bf,
311                                      struct ath_tx_status *ts,
312                                      struct ath_txq *txq,
313                                      unsigned int flags)
314 {
315 }
316
317 static inline void ath_debug_stat_rx(struct ath_softc *sc,
318                                      struct ath_rx_status *rs)
319 {
320 }
321
322 #endif /* CONFIG_ATH9K_DEBUGFS */
323
324 #ifdef CONFIG_ATH9K_MAC_DEBUG
325
326 void ath9k_debug_samp_bb_mac(struct ath_softc *sc);
327
328 #else
329
330 static inline void ath9k_debug_samp_bb_mac(struct ath_softc *sc)
331 {
332 }
333
334 #endif
335
336
337 #endif /* DEBUG_H */