diff options
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index 891a58ed7591..88eeee9197c8 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h | |||
@@ -1062,10 +1062,10 @@ static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms, | |||
1062 | 1062 | ||
1063 | #define BNX2X_NUM_TESTS 7 | 1063 | #define BNX2X_NUM_TESTS 7 |
1064 | 1064 | ||
1065 | #define BNX2X_MAC_LOOPBACK 0 | 1065 | #define BNX2X_PHY_LOOPBACK 0 |
1066 | #define BNX2X_PHY_LOOPBACK 1 | 1066 | #define BNX2X_MAC_LOOPBACK 1 |
1067 | #define BNX2X_MAC_LOOPBACK_FAILED 1 | 1067 | #define BNX2X_PHY_LOOPBACK_FAILED 1 |
1068 | #define BNX2X_PHY_LOOPBACK_FAILED 2 | 1068 | #define BNX2X_MAC_LOOPBACK_FAILED 2 |
1069 | #define BNX2X_LOOPBACK_FAILED (BNX2X_MAC_LOOPBACK_FAILED | \ | 1069 | #define BNX2X_LOOPBACK_FAILED (BNX2X_MAC_LOOPBACK_FAILED | \ |
1070 | BNX2X_PHY_LOOPBACK_FAILED) | 1070 | BNX2X_PHY_LOOPBACK_FAILED) |
1071 | 1071 | ||