diff options
author | Jan Glauber <jang@linux.vnet.ibm.com> | 2011-01-05 06:47:51 -0500 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2011-01-05 06:47:28 -0500 |
commit | 0195843bfda90a215f3b72c9aac2fd0bc9244b67 (patch) | |
tree | c5767e7797814d0e76ea6d064d2c6fac088b25e8 /drivers/s390/cio/qdio.h | |
parent | 3d6c76ff32bb9b2ebf6e859855d315eb42e3df50 (diff) |
[S390] qdio: outbound queue full counter
Add a counter for outbound queue full events to the qdio statistics.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/cio/qdio.h')
-rw-r--r-- | drivers/s390/cio/qdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/qdio.h b/drivers/s390/cio/qdio.h index a77aa9109cfd..40ca0b9241e5 100644 --- a/drivers/s390/cio/qdio.h +++ b/drivers/s390/cio/qdio.h | |||
@@ -202,6 +202,7 @@ struct qdio_dev_perf_stat { | |||
202 | unsigned int inbound_queue_full; | 202 | unsigned int inbound_queue_full; |
203 | unsigned int outbound_call; | 203 | unsigned int outbound_call; |
204 | unsigned int outbound_handler; | 204 | unsigned int outbound_handler; |
205 | unsigned int outbound_queue_full; | ||
205 | unsigned int fast_requeue; | 206 | unsigned int fast_requeue; |
206 | unsigned int target_full; | 207 | unsigned int target_full; |
207 | unsigned int eqbs; | 208 | unsigned int eqbs; |