]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/s390/cio/qdio.h
[S390] qdio: seperate last move index and polling index
[mv-sheeva.git] / drivers / s390 / cio / qdio.h
index 42f2b09631b6caa947ac66f0c0c285a9f4baa653..57807f5ffe840889f631e0ac24e6cdfcd2c53d72 100644 (file)
@@ -186,6 +186,9 @@ struct qdio_input_q {
        /* input buffer acknowledgement flag */
        int polling;
 
+       /* first ACK'ed buffer */
+       int ack_start;
+
        /* how much sbals are acknowledged with qebsm */
        int ack_count;
 
@@ -234,7 +237,7 @@ struct qdio_q {
        int first_to_check;
 
        /* first_to_check of the last time */
-       int last_move_ftc;
+       int last_move;
 
        /* beginning position for calling the program */
        int first_to_kick;