diff options
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 09bd665a3b9c..c1ab30b0f87a 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6582,6 +6582,7 @@ struct bnx2 { | |||
6582 | #define PCIE_FLAG 0x00000200 | 6582 | #define PCIE_FLAG 0x00000200 |
6583 | #define USING_MSIX_FLAG 0x00000400 | 6583 | #define USING_MSIX_FLAG 0x00000400 |
6584 | #define USING_MSI_OR_MSIX_FLAG (USING_MSI_FLAG | USING_MSIX_FLAG) | 6584 | #define USING_MSI_OR_MSIX_FLAG (USING_MSI_FLAG | USING_MSIX_FLAG) |
6585 | #define JUMBO_BROKEN_FLAG 0x00000800 | ||
6585 | 6586 | ||
6586 | /* Put tx producer and consumer fields in separate cache lines. */ | 6587 | /* Put tx producer and consumer fields in separate cache lines. */ |
6587 | 6588 | ||