Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / drivers / net / benet / be_hw.h
index 3f1b7c3965bb3bfb17cb45a6a22650561c3ed3a4..5d38046402b235d255b529bb96c3cd07806fe3a9 100644 (file)
 #define PCICFG_PM_CONTROL_OFFSET               0x44
 #define PCICFG_PM_CONTROL_MASK                 0x108   /* bits 3 & 8 */
 
+/********* Online Control Registers *******/
+#define PCICFG_ONLINE0                         0xB0
+#define PCICFG_ONLINE1                         0xB4
+
+/********* UE Status and Mask Registers ***/
+#define PCICFG_UE_STATUS_LOW                   0xA0
+#define PCICFG_UE_STATUS_HIGH                  0xA4
+#define PCICFG_UE_STATUS_LOW_MASK              0xA8
+#define PCICFG_UE_STATUS_HI_MASK               0xAC
+
 /********* ISR0 Register offset **********/
 #define CEV_ISR0_OFFSET                        0xC18
 #define CEV_ISR_SIZE                           4
@@ -192,7 +202,7 @@ struct amap_eth_hdr_wrb {
        u8 event;
        u8 crc;
        u8 forward;
-       u8 ipsec;
+       u8 lso6;
        u8 mgmt;
        u8 ipcs;
        u8 udpcs;