Searched refs:TERR_BASE (Results 1 – 2 of 2) sorted by relevance
16 #define TERR_BASE (0x100) macro23 #define NGBE_ERR_EEPROM -(TERR_BASE + 1)25 #define NGBE_ERR_PHY -(TERR_BASE + 3)26 #define NGBE_ERR_CONFIG -(TERR_BASE + 4)27 #define NGBE_ERR_PARAM -(TERR_BASE + 5)28 #define NGBE_ERR_MAC_TYPE -(TERR_BASE + 6)29 #define NGBE_ERR_UNKNOWN_PHY -(TERR_BASE + 7)30 #define NGBE_ERR_LINK_SETUP -(TERR_BASE + 8)40 #define NGBE_ERR_I2C -(TERR_BASE + 18)47 #define NGBE_ERR_NO_SPACE -(TERR_BASE + 25)[all …]
16 #define TERR_BASE (0x100) macro18 TERR_NULL = TERR_BASE,75 #define TXGBE_ERR_EEPROM -(TERR_BASE + 1)77 #define TXGBE_ERR_PHY -(TERR_BASE + 3)78 #define TXGBE_ERR_CONFIG -(TERR_BASE + 4)79 #define TXGBE_ERR_PARAM -(TERR_BASE + 5)80 #define TXGBE_ERR_MAC_TYPE -(TERR_BASE + 6)82 #define TXGBE_ERR_LINK_SETUP -(TERR_BASE + 8)92 #define TXGBE_ERR_I2C -(TERR_BASE + 18)99 #define TXGBE_ERR_NO_SPACE -(TERR_BASE + 25)[all …]