]> Pileus Git - ~andy/linux/blobdiff - drivers/ieee1394/iso.h
ieee1394: sbp2: fix spindown for PL-3507 and TSB42AA9 firmwares
[~andy/linux] / drivers / ieee1394 / iso.h
index b94e55e6eaa59034c9c5825fc656f2de3a7fe54e..b5de5f21ef78a57e45032500867fdb24538de00e 100644 (file)
@@ -123,6 +123,8 @@ struct hpsb_iso {
 
        /* how many times the buffer has overflowed or underflowed */
        atomic_t overflows;
+       /* how many cycles were skipped for a given context */
+       atomic_t skips;
 
        /* Current number of bytes lost in discarded packets */
        int bytes_discarded;