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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000.h255 unsigned int total_rx_bytes; member in struct:e1000_adapter
H A De1000_main.c2825 adapter->total_rx_bytes);
3734 adapter->total_rx_bytes = 0;
3741 adapter->total_rx_bytes = 0;
3814 adapter->total_rx_bytes = 0;
3838 adapter->total_rx_bytes = 0;
4093 unsigned int total_rx_bytes=0, total_rx_packets=0; local
4159 total_rx_bytes += length;
4233 adapter->total_rx_bytes += total_rx_bytes;
4263 unsigned int total_rx_bytes local
[all...]

Completed in 99 milliseconds