ehea: Fix synchronization between HW and SW send queue
[deliverable/linux.git] / drivers / net / ehea / ehea.h
index 0060e422f171bda3c385ef757fce13ee39d0a517..2ce67f6152cd53a0c02325c743cc040bc9e7bbde 100644 (file)
@@ -40,7 +40,7 @@
 #include <asm/io.h>
 
 #define DRV_NAME       "ehea"
-#define DRV_VERSION    "EHEA_0105"
+#define DRV_VERSION    "EHEA_0106"
 
 /* eHEA capability flags */
 #define DLPAR_PORT_ADD_REM 1
@@ -400,6 +400,7 @@ struct ehea_port_res {
        u32 poll_counter;
        struct net_lro_mgr lro_mgr;
        struct net_lro_desc lro_desc[MAX_LRO_DESCRIPTORS];
+       int sq_restart_flag;
 };
 
 
This page took 0.025091 seconds and 5 git commands to generate.