2 * drivers/pci/pcie/aer/aerdrv_errprint.c
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
8 * Format error messages and print them to console.
10 * Copyright (C) 2006 Intel Corp.
11 * Tom Long Nguyen (tom.l.nguyen@intel.com)
12 * Zhang Yanmin (yanmin.zhang@intel.com)
16 #include <linux/module.h>
17 #include <linux/pci.h>
18 #include <linux/kernel.h>
19 #include <linux/errno.h>
21 #include <linux/suspend.h>
25 #define AER_AGENT_RECEIVER 0
26 #define AER_AGENT_REQUESTER 1
27 #define AER_AGENT_COMPLETER 2
28 #define AER_AGENT_TRANSMITTER 3
30 #define AER_AGENT_REQUESTER_MASK(t) ((t == AER_CORRECTABLE) ? \
31 0 : (PCI_ERR_UNC_COMP_TIME|PCI_ERR_UNC_UNSUP))
32 #define AER_AGENT_COMPLETER_MASK(t) ((t == AER_CORRECTABLE) ? \
33 0 : PCI_ERR_UNC_COMP_ABORT)
34 #define AER_AGENT_TRANSMITTER_MASK(t) ((t == AER_CORRECTABLE) ? \
35 (PCI_ERR_COR_REP_ROLL|PCI_ERR_COR_REP_TIMER) : 0)
37 #define AER_GET_AGENT(t, e) \
38 ((e & AER_AGENT_COMPLETER_MASK(t)) ? AER_AGENT_COMPLETER : \
39 (e & AER_AGENT_REQUESTER_MASK(t)) ? AER_AGENT_REQUESTER : \
40 (e & AER_AGENT_TRANSMITTER_MASK(t)) ? AER_AGENT_TRANSMITTER : \
43 #define AER_PHYSICAL_LAYER_ERROR 0
44 #define AER_DATA_LINK_LAYER_ERROR 1
45 #define AER_TRANSACTION_LAYER_ERROR 2
47 #define AER_PHYSICAL_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \
49 #define AER_DATA_LINK_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \
50 (PCI_ERR_COR_BAD_TLP| \
51 PCI_ERR_COR_BAD_DLLP| \
52 PCI_ERR_COR_REP_ROLL| \
53 PCI_ERR_COR_REP_TIMER) : PCI_ERR_UNC_DLP)
55 #define AER_GET_LAYER_ERROR(t, e) \
56 ((e & AER_PHYSICAL_LAYER_ERROR_MASK(t)) ? AER_PHYSICAL_LAYER_ERROR : \
57 (e & AER_DATA_LINK_LAYER_ERROR_MASK(t)) ? AER_DATA_LINK_LAYER_ERROR : \
58 AER_TRANSACTION_LAYER_ERROR)
60 #define AER_PR(info, pdev, fmt, args...) \
61 printk("%s%s %s: " fmt, (info->severity == AER_CORRECTABLE) ? \
62 KERN_WARNING : KERN_ERR, dev_driver_string(&pdev->dev), \
63 dev_name(&pdev->dev), ## args)
68 static char *aer_error_severity_string
[] = {
69 "Uncorrected (Non-Fatal)",
70 "Uncorrected (Fatal)",
74 static char *aer_error_layer
[] = {
79 static char *aer_correctable_error_string
[] = {
80 "Receiver Error ", /* Bit Position 0 */
86 "Bad TLP ", /* Bit Position 6 */
87 "Bad DLLP ", /* Bit Position 7 */
88 "RELAY_NUM Rollover ", /* Bit Position 8 */
92 "Replay Timer Timeout ", /* Bit Position 12 */
93 "Advisory Non-Fatal ", /* Bit Position 13 */
114 static char *aer_uncorrectable_error_string
[] = {
119 "Data Link Protocol ", /* Bit Position 4 */
127 "Poisoned TLP ", /* Bit Position 12 */
128 "Flow Control Protocol ", /* Bit Position 13 */
129 "Completion Timeout ", /* Bit Position 14 */
130 "Completer Abort ", /* Bit Position 15 */
131 "Unexpected Completion ", /* Bit Position 16 */
132 "Receiver Overflow ", /* Bit Position 17 */
133 "Malformed TLP ", /* Bit Position 18 */
134 "ECRC ", /* Bit Position 19 */
135 "Unsupported Request ", /* Bit Position 20 */
149 static char *aer_agent_string
[] = {
156 static void __aer_print_error(struct aer_err_info
*info
, struct pci_dev
*dev
)
161 status
= (info
->status
& ~info
->mask
);
163 for (i
= 0; i
< 32; i
++) {
164 if (!(status
& (1 << i
)))
167 if (info
->severity
== AER_CORRECTABLE
)
168 errmsg
= aer_correctable_error_string
[i
];
170 errmsg
= aer_uncorrectable_error_string
[i
];
173 AER_PR(info
, dev
, " [%2d] %s%s\n", i
, errmsg
,
174 info
->first_error
== i
? " (First)" : "");
176 AER_PR(info
, dev
, " [%2d] Unknown Error Bit%s\n", i
,
177 info
->first_error
== i
? " (First)" : "");
181 void aer_print_error(struct pci_dev
*dev
, struct aer_err_info
*info
)
183 int id
= ((dev
->bus
->number
<< 8) | dev
->devfn
);
185 if (info
->status
== 0) {
187 "PCIE Bus Error: severity=%s, type=Unaccessible, "
188 "id=%04x(Unregistered Agent ID)\n",
189 aer_error_severity_string
[info
->severity
], id
);
193 layer
= AER_GET_LAYER_ERROR(info
->severity
, info
->status
);
194 agent
= AER_GET_AGENT(info
->severity
, info
->status
);
197 "PCIE Bus Error: severity=%s, type=%s, id=%04x(%s)\n",
198 aer_error_severity_string
[info
->severity
],
199 aer_error_layer
[layer
], id
, aer_agent_string
[agent
]);
202 " device [%04x:%04x] error status/mask=%08x/%08x\n",
203 dev
->vendor
, dev
->device
, info
->status
, info
->mask
);
205 __aer_print_error(info
, dev
);
207 if (info
->tlp_header_valid
) {
208 unsigned char *tlp
= (unsigned char *) &info
->tlp
;
209 AER_PR(info
, dev
, " TLP Header:"
210 " %02x%02x%02x%02x %02x%02x%02x%02x"
211 " %02x%02x%02x%02x %02x%02x%02x%02x\n",
212 *(tlp
+ 3), *(tlp
+ 2), *(tlp
+ 1), *tlp
,
213 *(tlp
+ 7), *(tlp
+ 6), *(tlp
+ 5), *(tlp
+ 4),
214 *(tlp
+ 11), *(tlp
+ 10), *(tlp
+ 9),
215 *(tlp
+ 8), *(tlp
+ 15), *(tlp
+ 14),
216 *(tlp
+ 13), *(tlp
+ 12));
220 if (info
->id
&& info
->error_dev_num
> 1 && info
->id
== id
)
222 " Error of this Agent(%04x) is reported first\n", id
);
225 void aer_print_port_info(struct pci_dev
*dev
, struct aer_err_info
*info
)
227 dev_info(&dev
->dev
, "AER: %s%s error received: id=%04x\n",
228 info
->multi_error_valid
? "Multiple " : "",
229 aer_error_severity_string
[info
->severity
], info
->id
);