diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 03:38:11 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-16 02:31:50 -0500 |
commit | 5cd65a93e9335393d5e1f18d35d337b7ba1280f8 (patch) | |
tree | 7db7ba7f0ec8a01e9a37cf5bc9b5b65010267a9d /drivers/net/bnx2x_hsi.h | |
parent | b5bf9068ebb1b4012e4c0fef58490f97e6b6a0db (diff) |
bnx2x: Better struct naming
This is the device info from the chip shared memory - rename to avoid confusion
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x_hsi.h')
-rw-r--r-- | drivers/net/bnx2x_hsi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x_hsi.h b/drivers/net/bnx2x_hsi.h index 8452605d0588..88b2aa3180ed 100644 --- a/drivers/net/bnx2x_hsi.h +++ b/drivers/net/bnx2x_hsi.h | |||
@@ -488,7 +488,7 @@ struct port_feat_cfg { /* port 0: 0x454 port 1: 0x4c8 */ | |||
488 | /**************************************************************************** | 488 | /**************************************************************************** |
489 | * Device Information * | 489 | * Device Information * |
490 | ****************************************************************************/ | 490 | ****************************************************************************/ |
491 | struct dev_info { /* size */ | 491 | struct shm_dev_info { /* size */ |
492 | 492 | ||
493 | u32 bc_rev; /* 8 bits each: major, minor, build */ /* 4 */ | 493 | u32 bc_rev; /* 8 bits each: major, minor, build */ /* 4 */ |
494 | 494 | ||
@@ -841,7 +841,7 @@ struct shmem_region { /* SharedMem Offset (size) */ | |||
841 | #define SHR_MEM_VALIDITY_ACTIVE_MFW_NONE 0x000001c0 | 841 | #define SHR_MEM_VALIDITY_ACTIVE_MFW_NONE 0x000001c0 |
842 | #define SHR_MEM_VALIDITY_ACTIVE_MFW_MASK 0x000001c0 | 842 | #define SHR_MEM_VALIDITY_ACTIVE_MFW_MASK 0x000001c0 |
843 | 843 | ||
844 | struct dev_info dev_info; /* 0x8 (0x438) */ | 844 | struct shm_dev_info dev_info; /* 0x8 (0x438) */ |
845 | 845 | ||
846 | u8 reserved[52*PORT_MAX]; | 846 | u8 reserved[52*PORT_MAX]; |
847 | 847 | ||