brcmfmac: remove unnecessary EXPORT_SYMBOL() usage
[deliverable/linux.git] / drivers / net / wireless / brcm80211 / brcmfmac / dhd_dbg.h
CommitLineData
5b435de0
AS
1/*
2 * Copyright (c) 2010 Broadcom Corporation
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 ANY
11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16
17#ifndef _BRCMF_DBG_H_
18#define _BRCMF_DBG_H_
19
8763349b 20/* message levels */
a6cfb147
HM
21#define BRCMF_TRACE_VAL 0x00000002
22#define BRCMF_INFO_VAL 0x00000004
23#define BRCMF_DATA_VAL 0x00000008
24#define BRCMF_CTL_VAL 0x00000010
25#define BRCMF_TIMER_VAL 0x00000020
26#define BRCMF_HDRS_VAL 0x00000040
27#define BRCMF_BYTES_VAL 0x00000080
28#define BRCMF_INTR_VAL 0x00000100
29#define BRCMF_GLOM_VAL 0x00000200
30#define BRCMF_EVENT_VAL 0x00000400
31#define BRCMF_BTA_VAL 0x00000800
32#define BRCMF_FIL_VAL 0x00001000
33#define BRCMF_USB_VAL 0x00002000
34#define BRCMF_SCAN_VAL 0x00004000
35#define BRCMF_CONN_VAL 0x00008000
36#define BRCMF_CDC_VAL 0x00010000
c3203374 37#define BRCMF_SDIO_VAL 0x00020000
8763349b 38
79d7c4e8
AS
39/* set default print format */
40#undef pr_fmt
41#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
42
5e8149f5
AS
43/* Macro for error messages. net_ratelimit() is used when driver
44 * debugging is not selected. When debugging the driver error
45 * messages are as important as other tracing or even more so.
46 */
e5483576 47#ifndef CONFIG_BRCM_TRACING
5e8149f5
AS
48#ifdef CONFIG_BRCMDBG
49#define brcmf_err(fmt, ...) pr_err("%s: " fmt, __func__, ##__VA_ARGS__)
50#else
51#define brcmf_err(fmt, ...) \
52 do { \
53 if (net_ratelimit()) \
54 pr_err("%s: " fmt, __func__, ##__VA_ARGS__); \
55 } while (0)
56#endif
e5483576
AS
57#else
58__printf(2, 3)
59void __brcmf_err(const char *func, const char *fmt, ...);
60#define brcmf_err(fmt, ...) \
61 __brcmf_err(__func__, fmt, ##__VA_ARGS__)
62#endif
5e8149f5 63
e5483576
AS
64#if defined(DEBUG) || defined(CONFIG_BRCM_TRACING)
65__printf(3, 4)
66void __brcmf_dbg(u32 level, const char *func, const char *fmt, ...);
5e8149f5
AS
67#define brcmf_dbg(level, fmt, ...) \
68do { \
e5483576
AS
69 __brcmf_dbg(BRCMF_##level##_VAL, __func__, \
70 fmt, ##__VA_ARGS__); \
5b435de0 71} while (0)
5b435de0
AS
72#define BRCMF_DATA_ON() (brcmf_msg_level & BRCMF_DATA_VAL)
73#define BRCMF_CTL_ON() (brcmf_msg_level & BRCMF_CTL_VAL)
74#define BRCMF_HDRS_ON() (brcmf_msg_level & BRCMF_HDRS_VAL)
75#define BRCMF_BYTES_ON() (brcmf_msg_level & BRCMF_BYTES_VAL)
76#define BRCMF_GLOM_ON() (brcmf_msg_level & BRCMF_GLOM_VAL)
30c52bcf 77#define BRCMF_EVENT_ON() (brcmf_msg_level & BRCMF_EVENT_VAL)
81f5dcb8 78#define BRCMF_FIL_ON() (brcmf_msg_level & BRCMF_FIL_VAL)
5b435de0 79
e5483576 80#else /* defined(DEBUG) || defined(CONFIG_BRCM_TRACING) */
5b435de0
AS
81
82#define brcmf_dbg(level, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
83
84#define BRCMF_DATA_ON() 0
85#define BRCMF_CTL_ON() 0
86#define BRCMF_HDRS_ON() 0
87#define BRCMF_BYTES_ON() 0
88#define BRCMF_GLOM_ON() 0
30c52bcf 89#define BRCMF_EVENT_ON() 0
81f5dcb8 90#define BRCMF_FIL_ON() 0
5b435de0 91
e5483576 92#endif /* defined(DEBUG) || defined(CONFIG_BRCM_TRACING) */
5b435de0 93
1e023829
JP
94#define brcmf_dbg_hex_dump(test, data, len, fmt, ...) \
95do { \
40c1c249 96 trace_brcmf_hexdump((void *)data, len); \
1e023829
JP
97 if (test) \
98 brcmu_dbg_hex_dump(data, len, fmt, ##__VA_ARGS__); \
99} while (0)
100
5b435de0
AS
101extern int brcmf_msg_level;
102
80969836
AS
103/*
104 * hold counter variables used in brcmfmac sdio driver.
105 */
106struct brcmf_sdio_count {
107 uint intrcount; /* Count of device interrupt callbacks */
108 uint lastintrs; /* Count as of last watchdog timer */
109 uint pollcnt; /* Count of active polls */
110 uint regfails; /* Count of R_REG failures */
111 uint tx_sderrs; /* Count of tx attempts with sd errors */
112 uint fcqueued; /* Tx packets that got queued */
113 uint rxrtx; /* Count of rtx requests (NAK to dongle) */
114 uint rx_toolong; /* Receive frames too long to receive */
115 uint rxc_errors; /* SDIO errors when reading control frames */
116 uint rx_hdrfail; /* SDIO errors on header reads */
117 uint rx_badhdr; /* Bad received headers (roosync?) */
118 uint rx_badseq; /* Mismatched rx sequence number */
119 uint fc_rcvd; /* Number of flow-control events received */
120 uint fc_xoff; /* Number which turned on flow-control */
121 uint fc_xon; /* Number which turned off flow-control */
122 uint rxglomfail; /* Failed deglom attempts */
123 uint rxglomframes; /* Number of glom frames (superframes) */
124 uint rxglompkts; /* Number of packets from glom frames */
125 uint f2rxhdrs; /* Number of header reads */
126 uint f2rxdata; /* Number of frame data reads */
127 uint f2txdata; /* Number of f2 frame writes */
128 uint f1regdata; /* Number of f1 register accesses */
129 uint tickcnt; /* Number of watchdog been schedule */
130 ulong tx_ctlerrs; /* Err of sending ctrl frames */
131 ulong tx_ctlpkts; /* Ctrl frames sent to dongle */
132 ulong rx_ctlerrs; /* Err of processing rx ctrl frames */
133 ulong rx_ctlpkts; /* Ctrl frames processed from dongle */
134 ulong rx_readahead_cnt; /* packets where header read-ahead was used */
135};
136
349e7104
AS
137struct brcmf_fws_stats {
138 u32 tlv_parse_failed;
139 u32 tlv_invalid_type;
140 u32 header_only_pkt;
141 u32 header_pulls;
3edc1cff
AS
142 u32 pkt2bus;
143 u32 send_pkts[5];
fa587d4b 144 u32 requested_sent[5];
3edc1cff 145 u32 generic_error;
ce814c1b 146 u32 mac_update_failed;
33753d47
AS
147 u32 mac_ps_update_failed;
148 u32 if_update_failed;
5f38b683
AS
149 u32 packet_request_failed;
150 u32 credit_request_failed;
84bcc0c3
AS
151 u32 rollback_success;
152 u32 rollback_failed;
153 u32 delayq_full_error;
154 u32 supprq_full_error;
3edc1cff
AS
155 u32 txs_indicate;
156 u32 txs_discard;
157 u32 txs_supp_core;
158 u32 txs_supp_ps;
159 u32 txs_tossed;
5631becb
AS
160 u32 txs_host_tossed;
161 u32 bus_flow_block;
162 u32 fws_flow_block;
349e7104
AS
163};
164
d319a7cf
AS
165struct brcmf_pub;
166#ifdef DEBUG
167void brcmf_debugfs_init(void);
168void brcmf_debugfs_exit(void);
169int brcmf_debugfs_attach(struct brcmf_pub *drvr);
170void brcmf_debugfs_detach(struct brcmf_pub *drvr);
171struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr);
80969836
AS
172void brcmf_debugfs_create_sdio_count(struct brcmf_pub *drvr,
173 struct brcmf_sdio_count *sdcnt);
349e7104
AS
174void brcmf_debugfs_create_fws_stats(struct brcmf_pub *drvr,
175 struct brcmf_fws_stats *stats);
d319a7cf
AS
176#else
177static inline void brcmf_debugfs_init(void)
178{
179}
180static inline void brcmf_debugfs_exit(void)
181{
182}
183static inline int brcmf_debugfs_attach(struct brcmf_pub *drvr)
184{
185 return 0;
186}
187static inline void brcmf_debugfs_detach(struct brcmf_pub *drvr)
188{
189}
349e7104
AS
190static inline void brcmf_debugfs_create_fws_stats(struct brcmf_pub *drvr,
191 struct brcmf_fws_stats *stats)
192{
193}
d319a7cf
AS
194#endif
195
5b435de0 196#endif /* _BRCMF_DBG_H_ */
This page took 0.186065 seconds and 5 git commands to generate.