cxgb3 - MAC watchdog update
[deliverable/linux.git] / drivers / net / cxgb3 / common.h
index 97128d88eaefe29472e80ab01084af7217b26dc5..8d1379633698737835b28e66bb0f9c2bd1e067b0 100644 (file)
@@ -478,8 +478,11 @@ struct cmac {
        struct adapter *adapter;
        unsigned int offset;
        unsigned int nucast;    /* # of address filters for unicast MACs */
-       unsigned int tcnt;
-       unsigned int xcnt;
+       unsigned int tx_tcnt;
+       unsigned int tx_xcnt;
+       u64 tx_mcnt;
+       unsigned int rx_xcnt;
+       u64 rx_mcnt;
        unsigned int toggle_cnt;
        unsigned int txen;
        struct mac_stats stats;
This page took 0.025699 seconds and 5 git commands to generate.