mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
be2net: update UE bit description strings
This patch updates some description strings for BEx/Skyhawk-R UE (unrecoverable error) status register bits. The appropriate strings are logged when a UE is detected in the adapter. Signed-off-by: Vasundhara Volam <vasundhara.volam@emulex.com> Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
abccf23e3e
commit
6bdf8f55d2
1 changed files with 13 additions and 13 deletions
|
@ -81,8 +81,8 @@ static const char * const ue_status_low_desc[] = {
|
||||||
"P1_OB_LINK ",
|
"P1_OB_LINK ",
|
||||||
"HOST_GPIO ",
|
"HOST_GPIO ",
|
||||||
"MBOX ",
|
"MBOX ",
|
||||||
"AXGMAC0",
|
"ERX2 ",
|
||||||
"AXGMAC1",
|
"SPARE ",
|
||||||
"JTAG ",
|
"JTAG ",
|
||||||
"MPU_INTPEND "
|
"MPU_INTPEND "
|
||||||
};
|
};
|
||||||
|
@ -109,16 +109,16 @@ static const char * const ue_status_hi_desc[] = {
|
||||||
"HOST5",
|
"HOST5",
|
||||||
"HOST6",
|
"HOST6",
|
||||||
"HOST7",
|
"HOST7",
|
||||||
"HOST8",
|
"ECRC",
|
||||||
"HOST9",
|
"Poison TLP",
|
||||||
"NETC",
|
"NETC",
|
||||||
"Unknown",
|
"PERIPH",
|
||||||
"Unknown",
|
"LLTXULP",
|
||||||
"Unknown",
|
"D2P",
|
||||||
"Unknown",
|
"RCON",
|
||||||
"Unknown",
|
"LDMA",
|
||||||
"Unknown",
|
"LLTXP",
|
||||||
"Unknown",
|
"LLTXPB",
|
||||||
"Unknown"
|
"Unknown"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue