diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2021-06-11 09:33:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-11 12:49:15 -0700 |
commit | e872d0c1249be74a65723664a329ef5a9113cc40 (patch) | |
tree | e6052b3a4b601bcc4ef15f4e5ffcc9a74eb20201 /drivers/s390/net/qeth_core.h | |
parent | e5b0a1b7b77c3df42927f4244b298fa628c0c925 (diff) | |
download | linux-e872d0c1249be74a65723664a329ef5a9113cc40.tar.gz linux-e872d0c1249be74a65723664a329ef5a9113cc40.tar.bz2 linux-e872d0c1249be74a65723664a329ef5a9113cc40.zip |
s390/qeth: count TX completion interrupts
While the qdio layer already tracks the number of HW interrupts for a
device, there's value in understanding how many of them have been
raised due to our TX completion logic.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r-- | drivers/s390/net/qeth_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index fd9b869d278e..3a49ef8dd906 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h @@ -483,6 +483,7 @@ struct qeth_out_q_stats { u64 stopped; u64 doorbell; u64 coal_frames; + u64 completion_irq; u64 completion_yield; u64 completion_timer; |