Searched defs:driver_stats (Results 1 – 2 of 2) sorted by relevance
32 struct driver_stats struct34 ULONG ref_count;35 ULONG irq_counter;36 ULONG bh_counter;
140 struct driver_stats { struct141 struct net_device_stats net_stats;143 unsigned long tx_late_col;144 unsigned long tx_ok_defrd;145 unsigned long tx_one_retry;146 unsigned long tx_mt_one_retry;147 unsigned long rcv_cdt_frames;148 unsigned long xmt_fc_pkts;149 unsigned long rcv_fc_pkts;150 unsigned long rcv_fc_unsupported;[all …]