Searched refs:total_rx_bytes (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Digbvf.h212 unsigned int total_rx_bytes; member in struct:igbvf_adapter
H A Dnetdev.c363 adapter->total_rx_bytes += total_bytes;
720 adapter->total_rx_bytes);
908 adapter->total_rx_bytes = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dnetdev.c771 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
840 total_rx_bytes += length;
894 adapter->total_rx_bytes += total_rx_bytes;
896 netdev->stats.rx_bytes += total_rx_bytes;
1080 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1205 total_rx_bytes += skb->len;
1240 adapter->total_rx_bytes += total_rx_bytes;
1242 netdev->stats.rx_bytes += total_rx_bytes;
1279 unsigned int total_rx_bytes=0, total_rx_packets=0; local
[all...]
H A De1000.h291 unsigned int total_rx_bytes; member in struct:e1000_adapter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000.h230 unsigned int total_rx_bytes; member in struct:e1000_adapter
H A De1000_main.c2519 adapter->total_rx_bytes);
3359 adapter->total_rx_bytes = 0;
3599 unsigned int total_rx_bytes=0, total_rx_packets=0; local
3719 total_rx_bytes += skb->len;
3753 adapter->total_rx_bytes += total_rx_bytes;
3754 netdev->stats.rx_bytes += total_rx_bytes;
3805 unsigned int total_rx_bytes=0, total_rx_packets=0; local
3878 total_rx_bytes += length;
3915 adapter->total_rx_bytes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf_main.c509 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
601 total_rx_bytes += skb->len;
637 rx_ring->total_bytes += total_rx_bytes;
638 adapter->net_stats.rx_bytes += total_rx_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c1185 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1323 total_rx_bytes += skb->len;
1369 total_rx_bytes += ddp_bytes;
1375 rx_ring->total_bytes += total_rx_bytes;
1376 netdev->stats.rx_bytes += total_rx_bytes;

Completed in 218 milliseconds