aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2008-01-21 17:06:09 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:10:13 -0800
commit2dd201d7b735f252df1a915a3f2e6a71910a3d87 (patch)
tree09a3fa5be7947c52a30cf640c40b230eb6cc72d6 /drivers/net/bnx2.h
parentb43/nphy.c: include headers to avoid build breakage on some platforms (diff)
downloadlinux-dev-2dd201d7b735f252df1a915a3f2e6a71910a3d87.tar.xz
linux-dev-2dd201d7b735f252df1a915a3f2e6a71910a3d87.zip
[BNX2]: Disable jumbo rx paging on 5709 Ax.
The chip has problem running in this mode and needs to be disabled. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r--drivers/net/bnx2.h1
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 {
#define PCIE_FLAG 0x00000200
#define USING_MSIX_FLAG 0x00000400
#define USING_MSI_OR_MSIX_FLAG (USING_MSI_FLAG | USING_MSIX_FLAG)
+#define JUMBO_BROKEN_FLAG 0x00000800
/* Put tx producer and consumer fields in separate cache lines. */