Searched refs:total_tx_bytes (Results 1 - 6 of 6) 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.h210 unsigned int total_tx_bytes; member in struct:igbvf_adapter
H A Dnetdev.c713 adapter->total_tx_bytes);
877 adapter->total_tx_bytes = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000.h228 unsigned int total_tx_bytes; member in struct:e1000_adapter
H A De1000_main.c2511 adapter->total_tx_bytes);
3357 adapter->total_tx_bytes = 0;
3413 unsigned int total_tx_bytes=0, total_tx_packets=0; local
3436 total_tx_bytes += bytecount;
3499 adapter->total_tx_bytes += total_tx_bytes;
3501 netdev->stats.tx_bytes += total_tx_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dnetdev.c986 unsigned int total_tx_bytes = 0, total_tx_packets = 0; local
1003 total_tx_bytes += buffer_info->bytecount;
1051 adapter->total_tx_bytes += total_tx_bytes;
1053 netdev->stats.tx_bytes += total_tx_bytes;
1540 adapter->total_tx_bytes = 0;
1597 adapter->total_tx_bytes = 0;
1648 adapter->total_tx_bytes = 0;
2274 adapter->total_tx_bytes);
H A De1000.h289 unsigned int total_tx_bytes; member in struct:e1000_adapter

Completed in 83 milliseconds