summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/if_argevar.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2010-07-08 15:20:57 +0000
committeradrian <adrian@FreeBSD.org>2010-07-08 15:20:57 +0000
commit2ee209e09fac7e63952aeb56f83e9a440dc15921 (patch)
tree009b84b33faf9d868d8ca0e21cad28300e68a725 /sys/mips/atheros/if_argevar.h
parent2f91a05862468b1f2e154f4fa1947a09f0da83be (diff)
downloadFreeBSD-src-2ee209e09fac7e63952aeb56f83e9a440dc15921.zip
FreeBSD-src-2ee209e09fac7e63952aeb56f83e9a440dc15921.tar.gz
Add TX-path aligned/unaligned stats for if_arge.
Diffstat (limited to 'sys/mips/atheros/if_argevar.h')
-rw-r--r--sys/mips/atheros/if_argevar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/mips/atheros/if_argevar.h b/sys/mips/atheros/if_argevar.h
index 39a0aa7..df1c34d 100644
--- a/sys/mips/atheros/if_argevar.h
+++ b/sys/mips/atheros/if_argevar.h
@@ -155,6 +155,10 @@ struct arge_softc {
uint32_t arge_pll_reg_shift;
int arge_if_flags;
uint32_t arge_debug;
+ struct {
+ uint32_t tx_pkts_unaligned;
+ uint32_t tx_pkts_aligned;
+ } stats;
};
#endif /* __IF_ARGEVAR_H__ */
OpenPOWER on IntegriCloud