OLD | NEW |
1 //------------------------------------------------------------------------------ | 1 //------------------------------------------------------------------------------ |
2 // <copyright file="dbglog_id.h" company="Atheros"> | 2 // <copyright file="dbglog_id.h" company="Atheros"> |
3 // Copyright (c) 2004-2007 Atheros Corporation. All rights reserved. | 3 // Copyright (c) 2004-2010 Atheros Corporation. All rights reserved. |
4 // | 4 // |
5 // This program is free software; you can redistribute it and/or modify | |
6 // it under the terms of the GNU General Public License version 2 as | |
7 // published by the Free Software Foundation; | |
8 // | 5 // |
9 // Software distributed under the License is distributed on an "AS | 6 // Permission to use, copy, modify, and/or distribute this software for any |
10 // IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or | 7 // purpose with or without fee is hereby granted, provided that the above |
11 // implied. See the License for the specific language governing | 8 // copyright notice and this permission notice appear in all copies. |
12 // rights and limitations under the License. | 9 // |
| 10 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 11 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 12 // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 13 // ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 14 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 15 // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 16 // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
13 // | 17 // |
14 // | 18 // |
15 //------------------------------------------------------------------------------ | 19 //------------------------------------------------------------------------------ |
16 //============================================================================== | 20 //============================================================================== |
17 // Author(s): ="Atheros" | 21 // Author(s): ="Atheros" |
18 //============================================================================== | 22 //============================================================================== |
19 | 23 |
20 #ifndef _DBGLOG_ID_H_ | 24 #ifndef _DBGLOG_ID_H_ |
21 #define _DBGLOG_ID_H_ | 25 #define _DBGLOG_ID_H_ |
22 | 26 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 #define WMI_EVENT_SEND 43 | 89 #define WMI_EVENT_SEND 43 |
86 #define WMI_EVENT_SEND_XTND 44 | 90 #define WMI_EVENT_SEND_XTND 44 |
87 #define WMI_CMD_PARAMS_DUMP_START 45 | 91 #define WMI_CMD_PARAMS_DUMP_START 45 |
88 #define WMI_CMD_PARAMS_DUMP_END 46 | 92 #define WMI_CMD_PARAMS_DUMP_END 46 |
89 #define WMI_CMD_PARAMS 47 | 93 #define WMI_CMD_PARAMS 47 |
90 #define WMI_DBGID_DEFINITION_END | 94 #define WMI_DBGID_DEFINITION_END |
91 | 95 |
92 /* MISC debug identifier definitions */ | 96 /* MISC debug identifier definitions */ |
93 #define MISC_DBGID_DEFINITION_START | 97 #define MISC_DBGID_DEFINITION_START |
94 #define MISC_WLAN_SCHEDULER_EVENT_REGISTER_ERROR 1 | 98 #define MISC_WLAN_SCHEDULER_EVENT_REGISTER_ERROR 1 |
| 99 #define TLPM_INIT 2 |
| 100 #define TLPM_FILTER_POWER_STATE 3 |
| 101 #define TLPM_NOTIFY_NOT_IDLE 4 |
| 102 #define TLPM_TIMEOUT_IDLE_HANDLER 5 |
| 103 #define TLPM_TIMEOUT_WAKEUP_HANDLER 6 |
| 104 #define TLPM_WAKEUP_SIGNAL_HANDLER 7 |
| 105 #define TLPM_UNEXPECTED_GPIO_INTR_ERROR 8 |
| 106 #define TLPM_BREAK_ON_NOT_RECEIVED_ERROR 9 |
| 107 #define TLPM_BREAK_OFF_NOT_RECIVED_ERROR 10 |
| 108 #define TLPM_ACK_GPIO_INTR 11 |
| 109 #define TLPM_ON 12 |
| 110 #define TLPM_OFF 13 |
| 111 #define TLPM_WAKEUP_FROM_HOST 14 |
| 112 #define TLPM_WAKEUP_FROM_BT 15 |
| 113 #define TLPM_TX_BREAK_RECIVED 16 |
| 114 #define TLPM_IDLE_TIMER_NOT_RUNNING 17 |
95 #define MISC_DBGID_DEFINITION_END | 115 #define MISC_DBGID_DEFINITION_END |
96 | 116 |
97 /* TXRX debug identifier definitions */ | 117 /* TXRX debug identifier definitions */ |
98 #define TXRX_TXBUF_DBGID_DEFINITION_START | 118 #define TXRX_TXBUF_DBGID_DEFINITION_START |
99 #define TXRX_TXBUF_ALLOCATE_BUF 1 | 119 #define TXRX_TXBUF_ALLOCATE_BUF 1 |
100 #define TXRX_TXBUF_QUEUE_BUF_TO_MBOX 2 | 120 #define TXRX_TXBUF_QUEUE_BUF_TO_MBOX 2 |
101 #define TXRX_TXBUF_QUEUE_BUF_TO_TXQ 3 | 121 #define TXRX_TXBUF_QUEUE_BUF_TO_TXQ 3 |
102 #define TXRX_TXBUF_TXQ_DEPTH 4 | 122 #define TXRX_TXBUF_TXQ_DEPTH 4 |
103 #define TXRX_TXBUF_IBSS_QUEUE_TO_SFQ 5 | 123 #define TXRX_TXBUF_IBSS_QUEUE_TO_SFQ 5 |
104 #define TXRX_TXBUF_IBSS_QUEUE_TO_TXQ_FRM_SFQ 6 | 124 #define TXRX_TXBUF_IBSS_QUEUE_TO_TXQ_FRM_SFQ 6 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 #define TXRX_MGMTBUF_DEQUEUE_FROM_DATA_SFQ 12 | 156 #define TXRX_MGMTBUF_DEQUEUE_FROM_DATA_SFQ 12 |
137 #define TXRX_MGMTBUF_PAUSE_DATA_TXQ 13 | 157 #define TXRX_MGMTBUF_PAUSE_DATA_TXQ 13 |
138 #define TXRX_MGMTBUF_RESUME_DATA_TXQ 14 | 158 #define TXRX_MGMTBUF_RESUME_DATA_TXQ 14 |
139 #define TXRX_MGMTBUF_WAIT_FORTXQ_DRAIN_TIMEOUT 15 | 159 #define TXRX_MGMTBUF_WAIT_FORTXQ_DRAIN_TIMEOUT 15 |
140 #define TXRX_MGMTBUF_DRAINQ 16 | 160 #define TXRX_MGMTBUF_DRAINQ 16 |
141 #define TXRX_MGMTBUF_INDICATE_Q_DRAINED 17 | 161 #define TXRX_MGMTBUF_INDICATE_Q_DRAINED 17 |
142 #define TXRX_MGMTBUF_ENQUEUE_INTO_HW_SFQ 18 | 162 #define TXRX_MGMTBUF_ENQUEUE_INTO_HW_SFQ 18 |
143 #define TXRX_MGMTBUF_DEQUEUE_FROM_HW_SFQ 19 | 163 #define TXRX_MGMTBUF_DEQUEUE_FROM_HW_SFQ 19 |
144 #define TXRX_MGMTBUF_PAUSE_HW_TXQ 20 | 164 #define TXRX_MGMTBUF_PAUSE_HW_TXQ 20 |
145 #define TXRX_MGMTBUF_RESUME_HW_TXQ 21 | 165 #define TXRX_MGMTBUF_RESUME_HW_TXQ 21 |
146 #define TXRX_MGMTBUF_TEAR_DOWN_BA» » » » » 22 | 166 #define TXRX_MGMTBUF_TEAR_DOWN_BA 22 |
147 #define TXRX_MGMTBUF_PROCESS_ADDBA_REQ» » » » 23 | 167 #define TXRX_MGMTBUF_PROCESS_ADDBA_REQ 23 |
148 #define TXRX_MGMTBUF_PROCESS_DELBA» » » » » 24 | 168 #define TXRX_MGMTBUF_PROCESS_DELBA 24 |
149 #define TXRX_MGMTBUF_PERFORM_BA 25 | 169 #define TXRX_MGMTBUF_PERFORM_BA 25 |
| 170 #define TXRX_MGMTBUF_WLAN_RESET_ON_ERROR 26 |
150 #define TXRX_MGMTBUF_DBGID_DEFINITION_END | 171 #define TXRX_MGMTBUF_DBGID_DEFINITION_END |
151 | 172 |
152 /* PM (Power Module) debug identifier definitions */ | 173 /* PM (Power Module) debug identifier definitions */ |
153 #define PM_DBGID_DEFINITION_START | 174 #define PM_DBGID_DEFINITION_START |
154 #define PM_INIT 1 | 175 #define PM_INIT 1 |
155 #define PM_ENABLE 2 | 176 #define PM_ENABLE 2 |
156 #define PM_SET_STATE 3 | 177 #define PM_SET_STATE 3 |
157 #define PM_SET_POWERMODE 4 | 178 #define PM_SET_POWERMODE 4 |
158 #define PM_CONN_NOTIFY 5 | 179 #define PM_CONN_NOTIFY 5 |
159 #define PM_REF_COUNT_NEGATIVE 6 | 180 #define PM_REF_COUNT_NEGATIVE 6 |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 #define BTCOEX_DBG_A2DP_DUAL_START 178 | 541 #define BTCOEX_DBG_A2DP_DUAL_START 178 |
521 #define BTCOEX_DBG_PMAWAKE_NOTIFY 179 | 542 #define BTCOEX_DBG_PMAWAKE_NOTIFY 179 |
522 #define BTCOEX_DBG_BEACON_SCAN_ENABLE 180 | 543 #define BTCOEX_DBG_BEACON_SCAN_ENABLE 180 |
523 #define BTCOEX_DBG_BEACON_SCAN_DISABLE 181 | 544 #define BTCOEX_DBG_BEACON_SCAN_DISABLE 181 |
524 #define BTCOEX_DBG_RX_NOTIFY 182 | 545 #define BTCOEX_DBG_RX_NOTIFY 182 |
525 #define BTCOEX_SCO_GET_PER_SECOND_FRM_TIMESTAMP 183 | 546 #define BTCOEX_SCO_GET_PER_SECOND_FRM_TIMESTAMP 183 |
526 #define BTCOEX_DBG_TXQ_DETAILS 184 | 547 #define BTCOEX_DBG_TXQ_DETAILS 184 |
527 #define BTCOEX_DBG_SCO_STOMP_LOW_PRI 185 | 548 #define BTCOEX_DBG_SCO_STOMP_LOW_PRI 185 |
528 #define BTCOEX_DBG_A2DP_FORCE_SCAN 186 | 549 #define BTCOEX_DBG_A2DP_FORCE_SCAN 186 |
529 #define BTCOEX_DBG_DTIM_STOMP_COMP 187 | 550 #define BTCOEX_DBG_DTIM_STOMP_COMP 187 |
| 551 #define BTCOEX_ACL_PRESENCE_TIMER 188 |
530 #define BTCOEX_DBGID_DEFINITION_END | 552 #define BTCOEX_DBGID_DEFINITION_END |
531 | 553 |
532 #define TLPM_DBGID_DEFINITION_START | |
533 #define TLPM_INIT 1 | |
534 #define TLPM_FILTER_POWER_STATE 2 | |
535 #define TLPM_NOTIFY_NOT_IDLE 3 | |
536 #define TLPM_TIMEOUT_IDLE_HANDLER 4 | |
537 #define TLPM_TIMEOUT_WAKEUP_HANDLER 5 | |
538 #define TLPM_WAKEUP_SIGNAL_HANDLER 6 | |
539 #define TLPM_UNEXPECTED_GPIO_INTR_ERROR 7 | |
540 #define TLPM_BREAK_ON_NOT_RECEIVED_ERROR 8 | |
541 #define TLPM_BREAK_OFF_NOT_RECIVED_ERROR 9 | |
542 #define TLPM_ACK_GPIO_INTR 10 | |
543 #define TLPM_ON 11 | |
544 #define TLPM_OFF 12 | |
545 #define TLPM_WAKEUP_FROM_HOST 13 | |
546 #define TLPM_WAKEUP_FROM_BT 14 | |
547 #define TLPM_TX_BREAK_RECIVED 15 | |
548 #define TLPM_DBGID_DEFINITION_END | |
549 | |
550 #ifdef __cplusplus | 554 #ifdef __cplusplus |
551 } | 555 } |
552 #endif | 556 #endif |
553 | 557 |
554 #endif /* _DBGLOG_ID_H_ */ | 558 #endif /* _DBGLOG_ID_H_ */ |
OLD | NEW |