aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2007-05-03 16:25:11 -0400
committerDavid S. Miller <davem@davemloft.net>2007-05-03 16:25:11 -0400
commit883e51511815930154c64a2645f4df112aa066fb (patch)
tree262c504287ef72456211bd33a76ec270e2c2a10a /drivers/net/bnx2.h
parent8e6a72c435bf8bdd738ad08a746d697abedacfc0 (diff)
[BNX2]: Print bus information for PCIE devices.
Fix the code to print PCI or PCIE bus information for all devices. 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 121576d144d0..322153ca37a0 100644
--- a/drivers/net/bnx2.h
+++ b/drivers/net/bnx2.h
@@ -6476,6 +6476,7 @@ struct bnx2 {
6476#define ASF_ENABLE_FLAG 0x00000040 6476#define ASF_ENABLE_FLAG 0x00000040
6477#define MSI_CAP_FLAG 0x00000080 6477#define MSI_CAP_FLAG 0x00000080
6478#define ONE_SHOT_MSI_FLAG 0x00000100 6478#define ONE_SHOT_MSI_FLAG 0x00000100
6479#define PCIE_FLAG 0x00000200
6479 6480
6480 /* Put tx producer and consumer fields in separate cache lines. */ 6481 /* Put tx producer and consumer fields in separate cache lines. */
6481 6482