net/txgbe: add queue stats mapping
[dpdk.git] / drivers / net / txgbe / base / txgbe_eeprom.h
index 137fb1c..2ad6c7e 100644 (file)
 #define TXGBE_EEPROM_VERSION_H          0x1E
 #define TXGBE_ISCSI_BOOT_CONFIG         0x07
 
+#define TXGBE_SAN_MAC_ADDR_PORT0_OFFSET                0x0
+#define TXGBE_SAN_MAC_ADDR_PORT1_OFFSET                0x3
+#define TXGBE_DEVICE_CAPS_ALLOW_ANY_SFP                0x1
+#define TXGBE_DEVICE_CAPS_NO_CROSSTALK_WR      (1 << 7)
+#define TXGBE_FW_LESM_PARAMETERS_PTR           0x2
+#define TXGBE_FW_LESM_STATE_1                  0x1
+#define TXGBE_FW_LESM_STATE_ENABLED            0x8000 /* LESM Enable bit */
 
 s32 txgbe_init_eeprom_params(struct txgbe_hw *hw);
 s32 txgbe_calc_eeprom_checksum(struct txgbe_hw *hw);