diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2013-01-14 00:11:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-15 15:07:58 -0500 |
commit | c14a09b785d611b3d4a6457aff1fe194780eca25 (patch) | |
tree | 5c07885b25130b84cae33a3012af1cd53cc257f1 | |
parent | a74801c59ec1e463d93fbb670d16e4f8f4044c7d (diff) |
bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPT
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 1 | ||||
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h index 02c93e308df8..cab91dad34bb 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | |||
@@ -2154,6 +2154,7 @@ void bnx2x_igu_clear_sb_gen(struct bnx2x *bp, u8 func, u8 idu_sb_id, | |||
2154 | (AEU_INPUTS_ATTN_BITS_TSDM_HW_INTERRUPT | \ | 2154 | (AEU_INPUTS_ATTN_BITS_TSDM_HW_INTERRUPT | \ |
2155 | AEU_INPUTS_ATTN_BITS_TCM_HW_INTERRUPT | \ | 2155 | AEU_INPUTS_ATTN_BITS_TCM_HW_INTERRUPT | \ |
2156 | AEU_INPUTS_ATTN_BITS_TSEMI_HW_INTERRUPT | \ | 2156 | AEU_INPUTS_ATTN_BITS_TSEMI_HW_INTERRUPT | \ |
2157 | AEU_INPUTS_ATTN_BITS_BRB_HW_INTERRUPT | \ | ||
2157 | AEU_INPUTS_ATTN_BITS_PBCLIENT_HW_INTERRUPT) | 2158 | AEU_INPUTS_ATTN_BITS_PBCLIENT_HW_INTERRUPT) |
2158 | #define HW_PRTY_ASSERT_SET_0 (AEU_INPUTS_ATTN_BITS_BRB_PARITY_ERROR | \ | 2159 | #define HW_PRTY_ASSERT_SET_0 (AEU_INPUTS_ATTN_BITS_BRB_PARITY_ERROR | \ |
2159 | AEU_INPUTS_ATTN_BITS_PARSER_PARITY_ERROR | \ | 2160 | AEU_INPUTS_ATTN_BITS_PARSER_PARITY_ERROR | \ |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h index 765e2dcadbdb..dec014ea37e1 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h | |||
@@ -5991,6 +5991,7 @@ | |||
5991 | #define HW_LOCK_RESOURCE_SPIO 2 | 5991 | #define HW_LOCK_RESOURCE_SPIO 2 |
5992 | #define AEU_INPUTS_ATTN_BITS_ATC_HW_INTERRUPT (0x1<<4) | 5992 | #define AEU_INPUTS_ATTN_BITS_ATC_HW_INTERRUPT (0x1<<4) |
5993 | #define AEU_INPUTS_ATTN_BITS_ATC_PARITY_ERROR (0x1<<5) | 5993 | #define AEU_INPUTS_ATTN_BITS_ATC_PARITY_ERROR (0x1<<5) |
5994 | #define AEU_INPUTS_ATTN_BITS_BRB_HW_INTERRUPT (0x1<<19) | ||
5994 | #define AEU_INPUTS_ATTN_BITS_BRB_PARITY_ERROR (0x1<<18) | 5995 | #define AEU_INPUTS_ATTN_BITS_BRB_PARITY_ERROR (0x1<<18) |
5995 | #define AEU_INPUTS_ATTN_BITS_CCM_HW_INTERRUPT (0x1<<31) | 5996 | #define AEU_INPUTS_ATTN_BITS_CCM_HW_INTERRUPT (0x1<<31) |
5996 | #define AEU_INPUTS_ATTN_BITS_CCM_PARITY_ERROR (0x1<<30) | 5997 | #define AEU_INPUTS_ATTN_BITS_CCM_PARITY_ERROR (0x1<<30) |