Home
last modified time | relevance | path

Searched defs:driver_stats (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/ip2/
Dip2stat.c32 struct driver_stats struct
34 ULONG ref_count;
35 ULONG irq_counter;
36 ULONG bh_counter;
/linux-2.4.37.9/drivers/net/e100/
De100.h140 struct driver_stats { struct
141 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 …]