diff options
Diffstat (limited to 'drivers/net/qlcnic/qlcnic_hdr.h')
-rw-r--r-- | drivers/net/qlcnic/qlcnic_hdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/qlcnic/qlcnic_hdr.h b/drivers/net/qlcnic/qlcnic_hdr.h index 219de9f4496f..bce1b1d541b7 100644 --- a/drivers/net/qlcnic/qlcnic_hdr.h +++ b/drivers/net/qlcnic/qlcnic_hdr.h | |||
@@ -748,7 +748,7 @@ enum { | |||
748 | #define QLCNIC_RESET_TIMEOUT_SECS 10 | 748 | #define QLCNIC_RESET_TIMEOUT_SECS 10 |
749 | #define QLCNIC_INIT_TIMEOUT_SECS 30 | 749 | #define QLCNIC_INIT_TIMEOUT_SECS 30 |
750 | #define QLCNIC_HEARTBEAT_PERIOD_MSECS 200 | 750 | #define QLCNIC_HEARTBEAT_PERIOD_MSECS 200 |
751 | #define QLCNIC_HEARTBEAT_RETRY_COUNT 30 | 751 | #define QLCNIC_HEARTBEAT_RETRY_COUNT 45 |
752 | 752 | ||
753 | #define ISR_MSI_INT_TRIGGER(FUNC) (QLCNIC_PCIX_PS_REG(PCIX_MSI_F(FUNC))) | 753 | #define ISR_MSI_INT_TRIGGER(FUNC) (QLCNIC_PCIX_PS_REG(PCIX_MSI_F(FUNC))) |
754 | #define ISR_LEGACY_INT_TRIGGERED(VAL) (((VAL) & 0x300) == 0x200) | 754 | #define ISR_LEGACY_INT_TRIGGERED(VAL) (((VAL) & 0x300) == 0x200) |