Searched defs:linux_stats (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/wlan-ng/
H A Dp80211netdev.h212 struct net_device_stats linux_stats; member in struct:wlandevice
/drivers/net/ethernet/amd/
H A Dnmclan_cs.c364 struct net_device_stats linux_stats; /* Linux statistics counters */ member in struct:_mace_private
885 lp->linux_stats.tx_bytes += skb->len;
971 lp->linux_stats.tx_errors++;
1020 lp->linux_stats.tx_packets++;
1081 lp->linux_stats.rx_errors++;
1118 lp->linux_stats.rx_packets++;
1119 lp->linux_stats.rx_bytes += pkt_len;
1125 lp->linux_stats.rx_dropped++;
1235 We may now update the linux_stats. */
1237 /* The MACE has no equivalent for linux_stats fiel
[all...]

Completed in 211 milliseconds